Changeset ceaed42 for trip-planner-front/src/app/app.module.ts
- Timestamp:
- 11/11/21 12:59:26 (3 years ago)
- Branches:
- master
- Children:
- 59329aa
- Parents:
- 6c1585f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/app.module.ts
r6c1585f rceaed42 28 28 import { EditPlannerComponent } from './planner/edit-planner/edit-planner.component'; 29 29 import { DetailPlannerComponent } from './planner/detail-planner/detail-planner.component'; 30 import { AddLocationToPlannerPanelComponent } from './location/add-location-to-planner-panel/add-location-to-planner-panel.component'; 30 31 31 32 @NgModule({ … … 37 38 LocationsFormComponent, 38 39 EditPlannerComponent, 39 DetailPlannerComponent 40 DetailPlannerComponent, 41 AddLocationToPlannerPanelComponent 40 42 ], 41 43 imports: [
Note:
See TracChangeset
for help on using the changeset viewer.