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

@@ -1,6 +1,6 @@
"use client"
import { firaMono, firaSans } from "@/app/[lang]/(live)/fonts"
import { firaMono, firaSans } from "@/app/[lang]/fonts"
import styles from "./global-error.module.css"