fix(import): used root path instead

This commit is contained in:
trashtemp
2022-01-15 13:22:20 +01:00
parent d1edfb6d70
commit a63f8a9510
4 changed files with 3 additions and 4 deletions

View File

@@ -23,10 +23,10 @@ import { useApplicationState } from "../../mobx/State";
import { AppContext } from "../../context/revoltjs/RevoltClient";
import wideSVG from "../../../public/assets/wide.svg";
import Tooltip from "../../components/common/Tooltip";
import { PageHeader } from "../../components/ui/Header";
import CategoryButton from "../../components/ui/fluent/CategoryButton";
import wideSVG from "/assets/wide.svg";
const Overlay = styled.div`
display: grid;