Skip to content

Commit 168b171

Browse files
committed
chore(kanban): removed unused import in sample
1 parent d106af0 commit 168b171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/interactions/drag-drop/kanban-sample/kanban-sample.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-shadow */
22
/* eslint-disable @typescript-eslint/naming-convention */
3-
import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, viewChild, ViewChild } from '@angular/core';
3+
import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, ViewChild } from '@angular/core';
44
import { IDropBaseEventArgs, IDropDroppedEventArgs } from 'igniteui-angular';
55

66
enum state {

0 commit comments

Comments
 (0)