aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account.routes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/account/account.routes.ts')
-rw-r--r--client/src/app/account/account.routes.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/client/src/app/account/account.routes.ts b/client/src/app/account/account.routes.ts
deleted file mode 100644
index c382a6deb..000000000
--- a/client/src/app/account/account.routes.ts
+++ /dev/null
@@ -1,13 +0,0 @@
1import { AccountComponent } from './account.component';
2
3export const AccountRoutes = [
4 {
5 path: 'account',
6 component: AccountComponent,
7 data: {
8 meta: {
9 titleSuffix: ' - My account'
10 }
11 }
12 }
13];