@gramercytech/gx-toolkit
Version:
Dev tools for create platform plugins
11 lines (8 loc) • 432 B
JavaScript
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;