import { createPinia } from 'pinia' export * from './bookStore' export * from './sourceStore' export * from './connectionStore' export default createPinia()