Skip to content

Commit

Permalink
chore: remove createPinia call
Browse files Browse the repository at this point in the history
  • Loading branch information
ojvribeiro committed Jul 30, 2024
1 parent 7fcad97 commit a74a75b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vue/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const App = require('@appFile').default
const app: VueApp<Element> = createApp(App)
const head: VueHeadClient<{}> = createHead()

const pinia = createPinia()

let routes: Array<{
path: string
component: any
Expand Down

0 comments on commit a74a75b

Please sign in to comment.