import { createPinia } from "pinia"; export * from "./bookStore"; export * from "./sourceStore"; export default createPinia();