mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
import { createPinia } from "pinia";
|
|
|
|
export * from "./bookStore";
|
|
export * from "./sourceStore";
|
|
export default createPinia();
|