fix(component): remove css import from blocksuite

This commit is contained in:
himself65 2023-04-26 02:29:34 -05:00
parent e1ad3e38b9
commit 40e7074475
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625

View File

@ -1,6 +1,5 @@
import { useEffect, ComponentType } from 'react'; import { useEffect, ComponentType } from 'react';
import { ThemeProvider, useTheme } from 'next-themes'; import { ThemeProvider, useTheme } from 'next-themes';
import '@blocksuite/editor/themes/affine.css';
import '@affine/component/theme/global.css'; import '@affine/component/theme/global.css';
import '@affine/component/theme/theme.css'; import '@affine/component/theme/theme.css';
import { useDarkMode } from 'storybook-dark-mode'; import { useDarkMode } from 'storybook-dark-mode';