liste des évènements non localisés
This commit is contained in:
parent
22314d7b9e
commit
8aa4e107ac
7 changed files with 72 additions and 5 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue