import { CommonModule, } from '@angular/common'; import { NgModule, } from '@angular/core'; import 'zone.js'; import { ProductShippingLocationsAndPricesContentComponent, } from './product-shipping-locations-and-prices-content.component'; import { DropdownBoxModule, } from './../../elements'; @NgModule({ declarations: [ ProductShippingLocationsAndPricesContentComponent, ], exports: [ ProductShippingLocationsAndPricesContentComponent, ], imports: [ CommonModule, DropdownBoxModule, ], }) export class ProductShippingLocationsAndPricesContentModule {}