fix(import): used root path instead

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

View File

@@ -4,9 +4,9 @@ import styles from "./Onboarding.module.scss";
import { Text } from "preact-i18n";
import { useState } from "preact/hooks";
import wideSVG from "../../../../public/assets/wide.svg";
import Button from "../../../components/ui/Button";
import Preloader from "../../../components/ui/Preloader";
import wideSVG from "/assets/wide.svg";
import FormField from "../../../pages/login/FormField";
import { takeError } from "../../revoltjs/util";