Skip to content
Snippets Groups Projects
Commit d7df8259 authored by chris's avatar chris
Browse files

cleanup

parent f2492d70
No related branches found
No related tags found
1 merge request!308Answer nodeview
......@@ -67,21 +67,6 @@ const QuestionData = styled.div`
flex-direction: row;
`;
const FeedBack = styled.div`
color: black;
margin-top: 10px;
`;
const FeedBackLabel = styled.span`
font-weight: 700;
`;
const FeedBackInput = styled.input`
border: none;
display: flex;
width: 100%;
`;
export default ({ node, view, getPos }) => {
const context = useContext(WaxContext);
const {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment