style: Run prettier
This commit is contained in:
parent
a0751ae3c6
commit
b0c43e0b7c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import {Routes} from '@angular/router';
|
||||
import {LandingComponent} from './feature/landing/landing.component';
|
||||
import {HomeComponent} from './feature/home/home.component';
|
||||
import {authGuard} from './auth.guard';
|
||||
import { Routes } from '@angular/router';
|
||||
import { LandingComponent } from './feature/landing/landing.component';
|
||||
import { HomeComponent } from './feature/home/home.component';
|
||||
import { authGuard } from './auth.guard';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
|
|
Reference in a new issue