aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+plugin-pages/plugin-pages.module.ts
blob: 86f86c7523091c7bad2184b669c0dfb1091b498d (plain) (tree)




















                                                                        
import { NgModule } from '@angular/core'
import { PluginPagesRoutingModule } from './plugin-pages-routing.module'
import { PluginPagesComponent } from './plugin-pages.component'

@NgModule({
  imports: [
    PluginPagesRoutingModule
  ],

  declarations: [
    PluginPagesComponent
  ],

  exports: [
    PluginPagesComponent
  ],

  providers: [
  ]
})
export class PluginPagesModule { }