]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/account/account.routes.ts
c382a6deb40e300ecf96a53a9258b201d5c52f40
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.routes.ts
1 import { AccountComponent } from './account.component';
2
3 export const AccountRoutes = [
4 {
5 path: 'account',
6 component: AccountComponent,
7 data: {
8 meta: {
9 titleSuffix: ' - My account'
10 }
11 }
12 }
13 ];