]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/account/account.routes.ts
Client: add titles to all pages
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account.routes.ts
CommitLineData
629d8d6f
C
1import { AccountComponent } from './account.component';
2
3export const AccountRoutes = [
b58c69a1
C
4 {
5 path: 'account',
6 component: AccountComponent,
7 data: {
8 meta: {
9 titleSuffix: ' - My account'
10 }
11 }
12 }
629d8d6f 13];