Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 12, 2021
1 parent f65b0ff commit 85575e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/modules/menu/menu.component.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import {
Component, Input, OnDestroy,
Component, Input,
OnInit, TemplateRef
} from '@angular/core';
import { Subscription } from 'rxjs';

import { Toolbar, ToolbarItem, ToolbarDropdown } from '../../types';

Expand Down

0 comments on commit 85575e1

Please sign in to comment.