move frontend to its own folder
This commit is contained in:
8
frontend/src/store/app.ts
Normal file
8
frontend/src/store/app.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Utilities
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useAppStore = defineStore('app', {
|
||||
state: () => ({
|
||||
//
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user