Closing the route graph
40_application.ts
import { ERSC } from './10_ersc';
import { applicationRoutes } from './30_routes';
export default ERSC.make({ routes: applicationRoutes });
import { ERSC } from './10_ersc';
import { applicationRoutes } from './30_routes';
export default ERSC.make({ routes: applicationRoutes });