mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[SM-108] Refactor Reports - Add storybook stories (#3204)
This commit is contained in:
11
libs/components/src/icon/icon.module.ts
Normal file
11
libs/components/src/icon/icon.module.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { CommonModule } from "@angular/common";
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { BitIconComponent } from "./icon.component";
|
||||
|
||||
@NgModule({
|
||||
imports: [CommonModule],
|
||||
declarations: [BitIconComponent],
|
||||
exports: [BitIconComponent],
|
||||
})
|
||||
export class IconModule {}
|
||||
Reference in New Issue
Block a user