import { state } from "./store/index"; import { web, controller as router } from "./web/index"; export { state, web, router };