import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

import { FormsElementsRoutingModule } from './forms-elements-routing.module';

@NgModule({
  declarations: [],
  imports: [CommonModule, FormsElementsRoutingModule]
})
export class FormsElementsModule {}
