3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
import { createPinia } from 'pinia';
|
|
const store = createPinia();
|
|
export default store; |