Keep fonts import

This commit is contained in:
Nathan Bierema 2025-06-16 22:33:22 -04:00
parent c11cb47aa5
commit d74d301afc

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