Files
legado/modules/web/src/store/index.ts
T

7 lines
158 B
TypeScript

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