init
This commit is contained in:
11
src/features/core/utils/fake-scheme-manager.ts
Normal file
11
src/features/core/utils/fake-scheme-manager.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import {
|
||||
MantineColorSchemeManager,
|
||||
} from '@mantine/core';
|
||||
|
||||
export const fakeColorSchemeManager: MantineColorSchemeManager = {
|
||||
get: (defaultValue) => defaultValue,
|
||||
set: (value) => { },
|
||||
subscribe: (onUpdate) => { },
|
||||
unsubscribe: () => { },
|
||||
clear: () => { },
|
||||
}
|
||||
Reference in New Issue
Block a user