Keep fonts import

This commit is contained in:
Nathan Bierema 2025-06-16 22:33:22 -04:00
parent 685f66c9f3
commit 9507accf31

View File

@ -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 }) =>