Skip to content

Commit

Permalink
more refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Süle committed Dec 14, 2022
1 parent 3e8139a commit 79cfe00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/components/components.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ import {JsonTextComponent} from './data-view/json-text/json-text.component';
import {NgxJsonViewerModule} from 'ngx-json-viewer';
import {JsonEditorComponent} from './json/json-editor.component';
import {JsonElemComponent} from './json/json-elem/json-elem.component';
import { ListPickerComponent } from './list-picker/list-picker.component';
import { DragDropModule } from '@angular/cdk/drag-drop';
import {ListPickerComponent} from './list-picker/list-picker.component';
import {DragDropModule} from '@angular/cdk/drag-drop';
import {DataGraphComponent} from './data-view/data-graph/data-graph.component';
import {MultipleSwitchPipe} from './data-view/multiple-switch.pipe';
import {DatesPipeModule} from './data-view/shared-module';

//import 'hammerjs';
Expand Down

0 comments on commit 79cfe00

Please sign in to comment.