1 2 3 4 5 6
<script> import { Router } from '@roxi/routify'; import { routes } from '../.routify/routes'; </script> <Router {routes} />