Browse Source

Export component

pull/1957/head
Thomas 2 years ago
parent
commit
7147c8d9bc
  1. 1
      apps/client/src/app/components/admin-platform/admin-platform.module.ts

1
apps/client/src/app/components/admin-platform/admin-platform.module.ts

@ -12,6 +12,7 @@ import { GfCreateOrUpdatePlatformDialogModule } from './create-or-update-platfor
@NgModule({
declarations: [AdminPlatformComponent],
exports: [AdminPlatformComponent],
imports: [
CommonModule,
GfCreateOrUpdatePlatformDialogModule,

Loading…
Cancel
Save