import { NgModule } from '@angular/core';
import { AgmSnazzyInfoWindow } from './directives/snazzy-info-window';

@NgModule({
  imports: [AgmSnazzyInfoWindow],
  declarations: [],
  exports: [],
})
export class AgmSnazzyInfoWindowModule {}
