1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-16 13:55:52 +02:00

dummy module

This commit is contained in:
Kyle Spearrin 2018-07-07 23:57:20 -04:00
parent c4e13f8817
commit 7b84a2e597

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 {
}