Files
doneit-web/src/app/module/agenda/agenda.module.ts
T

10 lines
164 B
TypeScript
Raw Normal View History

2024-09-11 16:04:43 +01:00
import { NgModule, LOCALE_ID } from '@angular/core';
@NgModule({
imports: [],
declarations: [],
schemas: [],
providers: []
})
export class AgendaModule {}