This commit is contained in:
Tykayn 2025-10-05 00:24:43 +02:00 committed by tykayn
parent 464e0e5499
commit 080cb4df48
5 changed files with 90 additions and 13 deletions

View file

@ -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'