Skip to content

Commit 9de72c8

Browse files
fix OldFontsStyleTag import path
1 parent cac7ed5 commit 9de72c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2024/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Header } from "../_components/header"
44
import { Footer } from "../_components/footer"
55
import { GraphQLConf, HostedByGraphQLFoundation } from "@/icons"
66
import NextLink from "next/link"
7-
import { OldFontsStyleTag } from "../../../fonts/old-fonts"
7+
import { OldFontsStyleTag } from "@/app/fonts/old-fonts"
88

99
export const metadata = {
1010
description:

0 commit comments

Comments
 (0)