mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 23:43:39 +03:00
fix(component): remove css import from blocksuite
This commit is contained in:
parent
e1ad3e38b9
commit
40e7074475
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user