Refactor code structure and remove redundant changes
This commit is contained in:
4
store/index.ts
Normal file
4
store/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { createPinia } from 'pinia'
|
||||
|
||||
const store = createPinia()
|
||||
export default store
|
||||
Reference in New Issue
Block a user