style: Run linters
This commit is contained in:
parent
3fc290ecd1
commit
a0751ae3c6
6 changed files with 44 additions and 33 deletions
|
@ -1,8 +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 { DepositComponent } from './feature/deposit/deposit.component';
|
||||
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 = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue