This commit is contained in:
2024-11-08 00:52:02 +01:00
commit 85be6d646e
33 changed files with 5970 additions and 0 deletions

4
src/stores/index.ts Normal file
View File

@@ -0,0 +1,4 @@
// Utilities
import { createPinia } from 'pinia'
export default createPinia()