From b7a676f66860ffb2e7ba553785039c973899ad63 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 21 Jul 2021 23:06:50 +0200 Subject: [PATCH] ng2-dnd cleanup --- tabby-core/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/tabby-core/src/index.ts b/tabby-core/src/index.ts index 86f002aa..197de0d5 100644 --- a/tabby-core/src/index.ts +++ b/tabby-core/src/index.ts @@ -5,7 +5,6 @@ import { FormsModule } from '@angular/forms' import { NgbModule } from '@ng-bootstrap/ng-bootstrap' import { PerfectScrollbarModule, PERFECT_SCROLLBAR_CONFIG } from 'ngx-perfect-scrollbar' import { NgxFilesizeModule } from 'ngx-filesize' -import { DndModule } from 'ng2-dnd' import { SortablejsModule } from 'ngx-sortablejs' import { DragDropModule } from '@angular/cdk/drag-drop' @@ -50,7 +49,6 @@ import { ButtonProvider } from './buttonProvider' import { SplitLayoutProfilesService } from './profiles' import 'perfect-scrollbar/css/perfect-scrollbar.css' -import 'ng2-dnd/bundles/style.css' const PROVIDERS = [ { provide: HotkeyProvider, useClass: AppHotkeyProvider, multi: true }, @@ -80,7 +78,6 @@ const PROVIDERS = [ NgbModule, NgxFilesizeModule, PerfectScrollbarModule, - DndModule.forRoot(), DragDropModule, SortablejsModule.forRoot({ animation: 150 }), ],