use absolute imports

This commit is contained in:
Athou
2023-05-05 14:55:03 +02:00
parent e7931bf360
commit 01102ae973
9 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import { Center, Title } from "@mantine/core"
import { Logo } from "../components/Logo"
import { Logo } from "components/Logo"
export function PageTitle() {
return (