Skip to content

Commit e490e32

Browse files
committed
correct nextjs example
1 parent c243141 commit e490e32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/nextjs-example/src/app/(app)/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"use client";
22

3-
import { OPENROUTER_KEY_LOCALSTORAGE_KEY } from "@/lib/config";
4-
import { useApiKey } from "@/lib/hooks/use-api-key";
53
import { OpenRouterClientProvider } from "@/lib/hooks/use-openrouter-client";
64

75
export default function Layout({

0 commit comments

Comments
 (0)