mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
fix(import): used root path instead
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user