up
This commit is contained in:
parent
464e0e5499
commit
080cb4df48
5 changed files with 90 additions and 13 deletions
|
|
@ -8,6 +8,7 @@ import { OedbApi } from '../../services/oedb-api';
|
|||
import { UnlocatedEvents } from '../../shared/unlocated-events/unlocated-events';
|
||||
import { OsmAuth } from '../../services/osm-auth';
|
||||
import { Osm } from '../../forms/osm/osm';
|
||||
import { WhatFilterComponent } from '../../shared/what-filter/what-filter';
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
standalone: true,
|
||||
|
|
@ -17,7 +18,8 @@ import { Osm } from '../../forms/osm/osm';
|
|||
UnlocatedEvents,
|
||||
EditForm,
|
||||
Osm,
|
||||
FormsModule
|
||||
FormsModule,
|
||||
WhatFilterComponent
|
||||
],
|
||||
templateUrl: './home.html',
|
||||
styleUrl: './home.scss'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue