chore: move classes add balance fix routes
This commit is contained in:
parent
a091387c1c
commit
877b6f77b2
6 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,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 { LoginSuccessComponent } from './login-success/login-success.component';
|
||||
import { LoginSuccessComponent } from './feature/login-success/login-success.component';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue