UNPKG

@gramercytech/gx-toolkit

Version:
11 lines (8 loc) 432 B
import { createPinia } from "pinia"; // Import from package by default // If you need to customize gxpPortalConfigStore.js, run: gxto publish gxpPortalConfigStore.js // Then update this import to: import { useGxpStore } from './gxpPortalConfigStore.js'; import { useGxpStore } from "@gramercytech/gx-toolkit/config/stores/gxpPortalConfigStore.js"; export const pinia = createPinia(); export { useGxpStore }; export default pinia;