import { NgModule } from '@angular/core';
import { OhayoUtilModule } from '@ohayo/util';

@NgModule({
  imports: [OhayoUtilModule],
})
export class LodopModule { }
