We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898cdc3 commit 0858e09Copy full SHA for 0858e09
playground/nextjs-app-router/components/form/component-theme.tsx
@@ -6,9 +6,9 @@ import {
6
SelectTrigger,
7
SelectValue,
8
} from '@/components/ui/select';
9
+import type { ComponentTheme as ComponentThemeReact } from '@/types/onchainkit';
10
import { useContext } from 'react';
11
import { AppContext } from '../AppProvider';
-import type { ComponentTheme as ComponentThemeReact } from '@/types/onchainkit';
12
13
export function ComponentTheme() {
14
const { componentTheme, setComponentTheme } = useContext(AppContext);
0 commit comments