Skip to content

Commit

Permalink
Updating the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshibobade21 committed Sep 26, 2024
1 parent 661ae8e commit 28d9063
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { MenuModule } from 'primeng/menu';
import { DialogModule } from 'primeng/dialog';
import { TreeComponent } from '../tree/tree.component';
import { ZluxTabbingModule } from '@zlux/widgets';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
// import {FileContents} from '../../structures/filecontents';
import { tab } from '../../structures/tab';
//import {ComponentClass} from '../../../../../../zlux-platform/interface/src/registry/classes';
Expand Down Expand Up @@ -447,7 +448,7 @@ export class ZluxFileTreeComponent implements OnInit, OnDestroy {
}

@NgModule({
declarations: [FileBrowserMVSComponent,
declarations: [FileBrowserMVSComponent,
FileBrowserUSSComponent,
ZluxFileTreeComponent,
FilePropertiesModal,
Expand All @@ -462,6 +463,7 @@ export class ZluxFileTreeComponent implements OnInit, OnDestroy {
TreeComponent,
CreateDatasetModal],
imports: [
BrowserAnimationsModule,
CommonModule,
FormsModule,
TreeModule,
Expand Down

0 comments on commit 28d9063

Please sign in to comment.