diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 148695f..d237669 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -3,7 +3,7 @@ import { Routes, RouterModule } from '@angular/router'; import { AppComponent } from './app.component'; import { AuthGuard } from './account/auth.guard'; import { LoginComponent } from './account/login/login.component'; -import {RegisterComponent} from './account/register/register.component'; +import { RegisterComponent } from './account/register/register.component'; const routes: Routes = [