fix: move fonts and refactor headers in middleware

This commit is contained in:
Christel Westerberg
2024-05-28 12:15:40 +02:00
parent f04247ed43
commit cd3c5491ec
9 changed files with 13 additions and 37 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]/fonts"
import { firaMono, firaSans } from "@/app/fonts"
import styles from "./error.module.css"