Ignore:
Timestamp:
11/11/21 12:59:26 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
59329aa
Parents:
6c1585f
Message:

add location to planner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/app.module.ts

    r6c1585f rceaed42  
    2828import { EditPlannerComponent } from './planner/edit-planner/edit-planner.component';
    2929import { DetailPlannerComponent } from './planner/detail-planner/detail-planner.component';
     30import { AddLocationToPlannerPanelComponent } from './location/add-location-to-planner-panel/add-location-to-planner-panel.component';
    3031
    3132@NgModule({
     
    3738    LocationsFormComponent,
    3839    EditPlannerComponent,
    39     DetailPlannerComponent
     40    DetailPlannerComponent,
     41    AddLocationToPlannerPanelComponent
    4042    ],
    4143  imports: [
Note: See TracChangeset for help on using the changeset viewer.