7 lines
158 B
TypeScript
Executable File
7 lines
158 B
TypeScript
Executable File
import { createPinia } from 'pinia'
|
|
|
|
export * from './bookStore'
|
|
export * from './sourceStore'
|
|
export * from './connectionStore'
|
|
export default createPinia()
|