diff options
Diffstat (limited to 'client/src/app/my-account/my-account.component.ts')
-rw-r--r-- | client/src/app/my-account/my-account.component.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client/src/app/my-account/my-account.component.ts b/client/src/app/my-account/my-account.component.ts deleted file mode 100644 index 7bb461d3c..000000000 --- a/client/src/app/my-account/my-account.component.ts +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | import { Component } from '@angular/core' | ||
2 | |||
3 | @Component({ | ||
4 | selector: 'my-my-account', | ||
5 | templateUrl: './my-account.component.html' | ||
6 | }) | ||
7 | export class MyAccountComponent {} | ||