Skip to content

Commit 51cc9b4

Browse files
committed
Remove unused import
1 parent 9432bf4 commit 51cc9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { GraphQLConf, HostedByGraphQLFoundation } from "@/icons"
55
import NextLink from "next/link"
66
import { NewFontsStyleTag } from "../../fonts"
77
import "../../colors.css"
8-
import { Navbar, NavbarBackgroundStrip } from "./components/navbar"
8+
import { Navbar } from "./components/navbar"
99

1010
// @ts-expect-error: we want to import the same version as Nextra for the main page
1111
import { ThemeProvider } from "next-themes"

0 commit comments

Comments
 (0)