From 26bc9541a3b9e2fff4741b4c12384f5485095785 Mon Sep 17 00:00:00 2001 From: Daniel Lukats Date: Tue, 21 Jul 2020 15:26:53 +0200 Subject: [PATCH] fixed import formatting in app-routing.module.ts --- src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [