Skip to content

Commit 403b8ba

Browse files
committed
fix: remove unused import
1 parent 37d429b commit 403b8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</template>
1111

1212
<script setup lang="ts">
13-
import { type OutputModes, Repl, useStore, useVueImportMap } from '../../src'
13+
import { Repl, useStore } from '../../src'
1414
import ScenarioSelector from './ScenarioSelector.vue'
1515
import MonacoEditor from '../../src/editor/MonacoEditor.vue'
1616
// @ts-ignore

0 commit comments

Comments
 (0)