diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-23 16:16:05 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-23 16:16:05 +0200 |
commit | 4bb6886d28cc5333bbe1523674bf5db141af456f (patch) | |
tree | 86276bfa11afdd4357ac45df2ead26a41f181069 /client/src/app/app.module.ts | |
parent | 3186046d17cc09a3426d5ea67835f4c936cb18a3 (diff) | |
download | PeerTube-4bb6886d28cc5333bbe1523674bf5db141af456f.tar.gz PeerTube-4bb6886d28cc5333bbe1523674bf5db141af456f.tar.zst PeerTube-4bb6886d28cc5333bbe1523674bf5db141af456f.zip |
Rename account module to my-account
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 77d68a4ec..c22632fb8 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -6,7 +6,7 @@ import { ResetPasswordModule } from '@app/reset-password' | |||
6 | 6 | ||
7 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' | 7 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' |
8 | 8 | ||
9 | import { AccountModule } from './account' | 9 | import { MyAccountModule } from './my-account' |
10 | 10 | ||
11 | import { AppRoutingModule } from './app-routing.module' | 11 | import { AppRoutingModule } from './app-routing.module' |
12 | import { AppComponent } from './app.component' | 12 | import { AppComponent } from './app.component' |
@@ -46,7 +46,7 @@ export function metaFactory (serverService: ServerService): MetaLoader { | |||
46 | 46 | ||
47 | AppRoutingModule, | 47 | AppRoutingModule, |
48 | 48 | ||
49 | AccountModule, | 49 | MyAccountModule, |
50 | CoreModule, | 50 | CoreModule, |
51 | LoginModule, | 51 | LoginModule, |
52 | ResetPasswordModule, | 52 | ResetPasswordModule, |