fix: move fonts

This commit is contained in:
Christel Westerberg
2024-05-22 16:51:10 +02:00
parent c36578a83f
commit 9b295d0126
7 changed files with 7 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import { findLang } from "@/constants/languages"
import { login } from "@/constants/routes/handleAuth"
import { SESSION_EXPIRED } from "@/server/errors/trpc"
import { firaMono, firaSans } from "@/app/[lang]/(live)/fonts"
import { firaMono, firaSans } from "@/app/[lang]/fonts"
import styles from "./error.module.css"