Skip to content

Commit

Permalink
remove old dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Mar 22, 2023
1 parent 002fd36 commit 353d9f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { createApp } from 'vue'
import App from './App.vue'
import PapaParse from 'papaparse'
// import lodash from 'lodash'


createApp(App)
.provide('papaparse', PapaParse)
// .provide('lodash', lodash)
.mount('#app');

0 comments on commit 353d9f3

Please sign in to comment.