Skip to content

Commit 41955b8

Browse files
committed
Re-order imports
1 parent 5b56122 commit 41955b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/fab-speed-dial/src/lib/fab-speed-dial.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
computed,
44
contentChild,
55
contentChildren,
6+
DOCUMENT,
67
effect,
78
ElementRef,
89
inject,
@@ -12,7 +13,6 @@ import {
1213
output,
1314
Renderer2,
1415
ViewEncapsulation,
15-
DOCUMENT,
1616
} from '@angular/core';
1717
import {MatMiniFabAnchor, MatMiniFabButton} from '@angular/material/button';
1818

0 commit comments

Comments
 (0)