Skip to content

Commit

Permalink
fix: macro imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jun 7, 2023
1 parent be1ed57 commit 93e36d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/editor/src/renderer/CodeEditorPane.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import * as commas from 'commas:api/renderer'
import { computed, defineProps, watchEffect } from 'vue'
import { computed, watchEffect } from 'vue'
import type { TerminalTab } from '../../../../src/typings/terminal'
import CodeEditor from './CodeEditor.vue'
Expand Down

0 comments on commit 93e36d2

Please sign in to comment.