Skip to content

Commit

Permalink
chore: delete unused import of shopping-cart example (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruochuan12 authored Apr 7, 2022
1 parent e0ea5b8 commit 75d20ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/composition/shopping-cart/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createApp } from 'vue'
import App from './components/App.vue'
import store from './store'
import { currency } from './currency'

const app = createApp(App)

Expand Down

0 comments on commit 75d20ec

Please sign in to comment.