Turn on no-unused-imports rule and remove all unused imports

This commit is contained in:
Tim Donohue
2022-10-24 16:59:51 -05:00
parent 340cc0aa3f
commit cc86ba539f
42 changed files with 21 additions and 81 deletions

View File

@@ -1,4 +1,4 @@
import { Component, Inject, Input } from '@angular/core';
import { Component, Inject } from '@angular/core';
import { TextMenuItemModel } from './models/text.model';
import { rendersMenuItemForType } from '../menu-item.decorator';
import { MenuItemType } from '../menu-item-type.model';