2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +00:00

fix import

This commit is contained in:
Matthias Mair
2024-04-16 00:45:03 +02:00
parent f05b4876f2
commit 8d80bba120

View File

@@ -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">