mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix(asset): wrong path specified for wideSVG
This commit is contained in:
parent
6e3905eb0f
commit
bcfc2336a4
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue