We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c243141 commit e490e32Copy full SHA for e490e32
examples/nextjs-example/src/app/(app)/layout.tsx
@@ -1,7 +1,5 @@
1
"use client";
2
3
-import { OPENROUTER_KEY_LOCALSTORAGE_KEY } from "@/lib/config";
4
-import { useApiKey } from "@/lib/hooks/use-api-key";
5
import { OpenRouterClientProvider } from "@/lib/hooks/use-openrouter-client";
6
7
export default function Layout({
0 commit comments