Skip to content

Commit cc042d5

Browse files
committed
fix dist index css import
1 parent ffda88c commit cc042d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index-dist.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import { createApp } from 'vue'
1919
import { Repl } from './dist/vue-repl'
2020
import Monaco from './dist/monaco-editor'
21-
import './dist/style.css'
2221
createApp(Repl, {
2322
editor: Monaco,
2423
}).mount('#app')

0 commit comments

Comments
 (0)