cashier_desktop/src/store/index.js

6 lines
90 B
JavaScript

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