Skip to content

Commit 5089e77

Browse files
author
Ben Grynhaus
committed
remove unused imports
1 parent 35f54fd commit 5089e77

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.vscode/launch.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
52
"version": "0.2.0",
63
"configurations": [
74
{

apps/demo/src/app/app.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ import {
2828
ShimmerElementType,
2929
IContextualMenuProps,
3030
} from 'office-ui-fabric-react';
31-
import { IExpandingCardOptions } from '@angular-react/fabric/src/components/hover-card';
32-
import { ICommandBarItemOptions, FabCommandBarComponent } from '@angular-react/fabric/src/components/command-bar';
3331

3432
@Component({
3533
selector: 'app-root',

0 commit comments

Comments
 (0)