Move images to public

This commit is contained in:
Aarni Halinen
2020-12-29 19:31:33 +02:00
parent ce15d9fcec
commit 046cb6b031
26 changed files with 17 additions and 15 deletions
@@ -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;