This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
handingkang-ohmyweb/src/store/index.ts

6 lines
87 B
TypeScript

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