Frontend/src/stores/index.ts

5 lines
79 B
TypeScript
Raw Normal View History

2024-03-19 08:35:32 +00:00
// Utilities
import { createPinia } from 'pinia'
2024-03-28 02:14:12 +00:00
export default createPinia()