]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/account/account.routes.ts
Client: add more informations to watch video view
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.routes.ts
CommitLineData
629d8d6f
C
1import { AccountComponent } from './account.component';
2
3export const AccountRoutes = [
4 { path: 'account', component: AccountComponent }
5];