import { route, current, defineRoutes, RouterGlobal } from "./router";
import { trail } from "./plugin";
import store from "./store";
export { route, current, trail, defineRoutes, store };
export type { RouterGlobal };
