mirror of
https://github.com/bitwarden/browser
synced 2024-12-24 17:11:55 +01:00
dummy module
This commit is contained in:
parent
c4e13f8817
commit
7b84a2e597
12
src/popup/dummy.module.ts
Normal file
12
src/popup/dummy.module.ts
Normal 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 {
|
||||
}
|
Loading…
Reference in New Issue
Block a user