Skip to content

Commit

Permalink
Import component
Browse files Browse the repository at this point in the history
  • Loading branch information
tfabritius committed Feb 2, 2024
1 parent de48ab8 commit 31ecda1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/MdCodeEditor.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import { minimalSetup } from 'codemirror'
import { Codemirror } from 'vue-codemirror'
import { EditorView, highlightActiveLine } from '@codemirror/view'
import { Compartment, EditorSelection } from '@codemirror/state'
import { markdown } from '@codemirror/lang-markdown'
Expand Down

0 comments on commit 31ecda1

Please sign in to comment.