fix imports

This commit is contained in:
Luck
2021-04-02 18:54:37 +01:00
parent 3fb11c5a9a
commit 2e99fa9dab
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import { useRef } from 'react';
import styled from 'styled-components';
import ReactEditor from 'react-simple-code-editor';
import EditorPrismStyle from './EditorPrismStyle';
import { getHighlighter } from '../highlighting';
import { getHighlighter } from '../util/highlighting';
export default function EditorTextArea({ code, setCode, language, fontSize }) {
const highlight = getHighlighter(language);