fix import
This commit is contained in:
parent
f05b4876f2
commit
8d80bba120
|
|
@ -5,9 +5,6 @@ import { vars } from '../../theme';
|
||||||
|
|
||||||
export function ColorToggle() {
|
export function ColorToggle() {
|
||||||
const { colorScheme, toggleColorScheme } = useMantineColorScheme();
|
const { colorScheme, toggleColorScheme } = useMantineColorScheme();
|
||||||
//const computedColorScheme = useComputedColorScheme('light', {
|
|
||||||
// getInitialValueInEffect: true
|
|
||||||
//});
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Group justify="center">
|
<Group justify="center">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue