5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
// Utilities
|
|
import { createPinia } from 'pinia'
|
|
|
|
export default createPinia()
|