dummy module

This commit is contained in:
Kyle Spearrin 2018-07-07 23:57:20 -04:00
parent c4e13f8817
commit 7b84a2e597
1 changed files with 12 additions and 0 deletions

12
src/popup/dummy.module.ts Normal file
View File

@ -0,0 +1,12 @@
import { NgModule } from '@angular/core';
import { SearchPipe } from 'jslib/angular/pipes/search.pipe';
@NgModule({
imports: [],
declarations: [
SearchPipe,
],
})
export class DummyModule {
}