fix(asset): wrong path specified for wideSVG

pull/356/head
Paul 2021-10-23 16:57:07 +01:00
parent 6e3905eb0f
commit bcfc2336a4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { isTouchscreenDevice } from "../../lib/isTouchscreenDevice";
import { dispatch, getState } from "../../redux";
import wideSVG from "../../../../public/assets/wide.svg";
import wideSVG from "../../../public/assets/wide.svg";
import Emoji from "../../components/common/Emoji";
import Tooltip from "../../components/common/Tooltip";
import Header from "../../components/ui/Header";