6 lines
87 B
TypeScript
Raw Normal View History

import { createPinia } from "pinia"
const store = createPinia()
export default store