mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 17:49:16 +02:00
Timeline view
This commit is contained in:
parent
e319f5933e
commit
e231b71701
3 changed files with 61 additions and 0 deletions
|
@ -3,6 +3,7 @@ import Router from 'vue-router'
|
|||
import PageNotFound from '@/components/PageNotFound'
|
||||
import About from '@/components/About'
|
||||
import Home from '@/components/Home'
|
||||
import InstanceTimeline from '@/views/instance/Timeline'
|
||||
import Login from '@/components/auth/Login'
|
||||
import Signup from '@/components/auth/Signup'
|
||||
import Profile from '@/components/auth/Profile'
|
||||
|
@ -39,6 +40,11 @@ export default new Router({
|
|||
name: 'about',
|
||||
component: About
|
||||
},
|
||||
{
|
||||
path: '/activity',
|
||||
name: 'activity',
|
||||
component: InstanceTimeline
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
name: 'login',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue