Skip to content

Commit 7d908c8

Browse files
committed
fix: remove unused import
1 parent a295412 commit 7d908c8

File tree

1 file changed

+0
-1
lines changed
  • examples/classic/shopping-cart

1 file changed

+0
-1
lines changed

examples/classic/shopping-cart/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { createApp } from 'vue'
22
import App from './components/App.vue'
33
import store from './store'
4-
import { currency } from './currency'
54

65
const app = createApp(App)
76

0 commit comments

Comments
 (0)