Skip to content

Commit 2e5e653

Browse files
committed
chore: wip
1 parent 17b0a95 commit 2e5e653

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

resources/components/CodeEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import { VAceEditor } from 'vue3-ace-editor'
3-
import './ace-config'
3+
import '../../storage/framework/config/ace-config'
44
55
defineProps({
66
live: Boolean,

0 commit comments

Comments
 (0)