route AnotherRoute { path: "/test", to: AnotherRoute }
page AnotherRoute {
component: import { AnotherRoute} from "@src/client/AnotherRoute",
}
route AnotherRoute { path: "/test", to: AnotherRoute }
page AnotherRoute {
component: import { AnotherRoute} from "@src/client/AnotherRoute",
}