Skip to content

Commit

Permalink
style : prismLang.ts 폴더 위치 변경으로 인한 경로 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
redzzzi committed May 23, 2024
1 parent 4ffad93 commit d4d5c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/StandardEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import '@toast-ui/editor/dist/toastui-editor.css';
import '@toast-ui/editor/dist/theme/toastui-editor-dark.css';
import Prism from 'prismjs';
import 'prismjs/themes/prism-tomorrow.css';
import '@constants/prismLang';
import './prismLang';

interface StandardEditorProps extends EditorProps {
forwardedRef?: React.MutableRefObject<Editor>;
Expand Down

0 comments on commit d4d5c44

Please sign in to comment.