Skip to content

Commit

Permalink
Update app-routing.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 authored May 5, 2022
1 parent 08aaf6e commit aed7b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { CapsuleComponent } from './component/capsule/capsule.component';
import { ListCapsuleComponent } from './component/list-capsule/list-capsule.component';
import { CapsuleComponent } from './components/capsule/capsule.component';
import { ListCapsuleComponent } from './components/list-capsule/list-capsule.component';

const routes: Routes = [
{ path: '', pathMatch: 'full', component: ListCapsuleComponent },
Expand Down

0 comments on commit aed7b15

Please sign in to comment.