diff --git a/tasty-fast-ui/src/app/app.module.ts b/tasty-fast-ui/src/app/app.module.ts index 3c422cd..cd20cc7 100644 --- a/tasty-fast-ui/src/app/app.module.ts +++ b/tasty-fast-ui/src/app/app.module.ts @@ -19,7 +19,6 @@ import {HttpTokenInterceptor} from "./services/interceptor/http-token.intercepto import {RestaurantDetailsComponent} from "./modules/MainPage/pages/restaurant-details/restaurant-details.component"; import {StoresDetailsComponent} from "./modules/MainPage/pages/stores-details/stores-details.component"; import {JWT_OPTIONS, JwtHelperService} from "@auth0/angular-jwt"; -import {WatchProfileComponent} from "./modules/MainPage/pages/watch-profile/watch-profile.component"; @NgModule({ declarations: [ diff --git a/tasty-fast-ui/src/app/pages/activate-account/activate-account.component.ts b/tasty-fast-ui/src/app/pages/activate-account/activate-account.component.ts index 4755cc9..e16be6e 100644 --- a/tasty-fast-ui/src/app/pages/activate-account/activate-account.component.ts +++ b/tasty-fast-ui/src/app/pages/activate-account/activate-account.component.ts @@ -2,7 +2,6 @@ import {Component} from '@angular/core'; import {Router} from '@angular/router'; import {AuthenticationService} from '../../services/services/authentication.service'; import {skipUntil} from 'rxjs'; - @Component({ selector: 'app-activate-account', templateUrl: './activate-account.component.html',