2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-03 08:14:27 +00:00

fix import

This commit is contained in:
Matthias Mair
2024-04-16 00:45:03 +02:00
parent f05b4876f2
commit 8d80bba120
@@ -5,9 +5,6 @@ import { vars } from '../../theme';
export function ColorToggle() {
const { colorScheme, toggleColorScheme } = useMantineColorScheme();
//const computedColorScheme = useComputedColorScheme('light', {
// getInitialValueInEffect: true
//});
return (
<Group justify="center">