Skip to content

Commit 0858e09

Browse files
author
dschlabach
committed
ordering
1 parent 898cdc3 commit 0858e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/nextjs-app-router/components/form/component-theme.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import {
66
SelectTrigger,
77
SelectValue,
88
} from '@/components/ui/select';
9+
import type { ComponentTheme as ComponentThemeReact } from '@/types/onchainkit';
910
import { useContext } from 'react';
1011
import { AppContext } from '../AppProvider';
11-
import type { ComponentTheme as ComponentThemeReact } from '@/types/onchainkit';
1212

1313
export function ComponentTheme() {
1414
const { componentTheme, setComponentTheme } = useContext(AppContext);

0 commit comments

Comments
 (0)