repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | "use client"; |
| #2 | |
| #3 | import * as React from "react"; |
| #4 | import { |
| #5 | ThemeProvider as NextThemesProvider, |
| #6 | type ThemeProviderProps, |
| #7 | } from "next-themes"; |
| #8 | |
| #9 | export function ThemeProvider({ children, ...props }: ThemeProviderProps) { |
| #10 | return <NextThemesProvider {...props}>{children}</NextThemesProvider>; |
| #11 | } |
| #12 |