This commit is contained in:
Gaurav Kumar
2025-09-26 08:49:03 +05:30
commit 6d2a59da38
903 changed files with 93754 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FieldTypesModule } from './components/field-types/field-types.module';
@NgModule({
imports: [
CommonModule,
FieldTypesModule
],
exports: [
FieldTypesModule
]
})
export class SharedModule { }