// app/javascript/mastodon/routes.js { path: '/timelines/local_top', component: AsyncComponent(() => import('../features/local_top_timeline')), exact: true, }