This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/pinia.ts

6 lines
85 B
TypeScript
Raw Permalink Normal View History

2022-09-23 10:55:53 +00:00
import {createPinia} from 'pinia'
const pinia = createPinia()
export default pinia