import { createPinia } from 'pinia'; export const pinia = createPinia(); export * from './modules';