mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-09 15:52:26 +03:00
Keep fonts import
This commit is contained in:
parent
c11cb47aa5
commit
d74d301afc
|
@ -7,6 +7,8 @@ import { defaultStyle, themedStyle } from './styles';
|
|||
import { Theme } from '../themes/default';
|
||||
import type { ViewUpdate } from '@codemirror/view';
|
||||
|
||||
import '../../fonts/index.css';
|
||||
|
||||
const EditorContainer = styled.div(
|
||||
'' as unknown as TemplateStringsArray,
|
||||
({ theme }: { theme?: Base16Theme }) =>
|
||||
|
|
Loading…
Reference in New Issue
Block a user