6 lines
No EOL
172 B
JavaScript
6 lines
No EOL
172 B
JavaScript
// app/javascript/mastodon/routes.js
|
|
{
|
|
path: '/timelines/local_top',
|
|
component: AsyncComponent(() => import('../features/local_top_timeline')),
|
|
exact: true,
|
|
} |