Skip to content

Commit d74d301

Browse files
committed
Keep fonts import
1 parent c11cb47 commit d74d301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/redux-devtools-ui/src/Editor/Editor.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { defaultStyle, themedStyle } from './styles';
77
import { Theme } from '../themes/default';
88
import type { ViewUpdate } from '@codemirror/view';
99

10+
import '../../fonts/index.css';
11+
1012
const EditorContainer = styled.div(
1113
'' as unknown as TemplateStringsArray,
1214
({ theme }: { theme?: Base16Theme }) =>

0 commit comments

Comments
 (0)