fixed import formatting in app-routing.module.ts
This commit is contained in:
@@ -3,7 +3,7 @@ import { Routes, RouterModule } from '@angular/router';
|
|||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
import { AuthGuard } from './account/auth.guard';
|
import { AuthGuard } from './account/auth.guard';
|
||||||
import { LoginComponent } from './account/login/login.component';
|
import { LoginComponent } from './account/login/login.component';
|
||||||
import {RegisterComponent} from './account/register/register.component';
|
import { RegisterComponent } from './account/register/register.component';
|
||||||
|
|
||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user