Skip to content

Commit ef47f76

Browse files
Update src/dialog/overflow-menu/overflow-menu.component.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent 2c76bf6 commit ef47f76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/dialog/overflow-menu/overflow-menu.component.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { Component, ElementRef, Input, ViewEncapsulation } from "@angular/core";
1+
import {
2+
Component,
3+
ElementRef,
4+
Input,
5+
ViewEncapsulation
6+
} from "@angular/core";
27
import { I18n } from "./../../i18n/i18n.module";
38

49
/**

0 commit comments

Comments
 (0)