Move images to public
This commit is contained in:
@@ -3,10 +3,11 @@ import styled from "styled-components";
|
||||
import shortid from "shortid";
|
||||
import { DragDropContext, Droppable } from "react-beautiful-dnd";
|
||||
import { Question } from "."
|
||||
import AddIcon from "@assets/img/add-icon.png";
|
||||
import colors from "@theme/colors";
|
||||
import QuestionList from "./QuestionList";
|
||||
|
||||
const AddIcon = "/img/add-icon.png";
|
||||
|
||||
const Widget = styled.div`
|
||||
& > button {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user