Skip to content

Commit 27c8ca7

Browse files
authored
Merge branch 'vuejs:main' into main
2 parents 4a7adb0 + 75d20ec commit 27c8ca7

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

examples/composition/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)