Update storybook config

This commit is contained in:
Aj - Thomas
2022-04-27 03:11:21 +02:00
parent 29618e4258
commit 4d6d6dcfee
2 changed files with 8 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ import { NotificationsProvider } from '@mantine/notifications';
export const parameters = { layout: 'fullscreen' };
function ThemeWrapper(props: { children: React.ReactNode }) {
const a = 2;
return (
<ColorSchemeProvider colorScheme="light" toggleColorScheme={() => {}}>
<MantineProvider