liste des évènements non localisés

This commit is contained in:
Tykayn 2025-10-04 12:46:25 +02:00 committed by tykayn
parent 22314d7b9e
commit 8aa4e107ac
7 changed files with 72 additions and 5 deletions

View file

@ -3,12 +3,13 @@ import {Menu} from './menu/menu';
import { AllEvents } from '../../maps/all-events/all-events';
import { EditForm } from '../../forms/edit-form/edit-form';
import { OedbApi } from '../../services/oedb-api';
import { UnlocatedEvents } from '../../shared/unlocated-events/unlocated-events';
@Component({
selector: 'app-home',
imports: [
Menu,
AllEvents,
UnlocatedEvents,
EditForm
],
templateUrl: './home.html',