import RouterData from "./routes.json"
import Router from "@toyokumo/fos-router"

Router.setRoutingData(RouterData);

export default Router;