Skip to content

Commit

Permalink
work save: restructure files finished working on stream table
Browse files Browse the repository at this point in the history
  • Loading branch information
CopyDemon committed May 19, 2024
1 parent 765f1b0 commit 83a4f99
Show file tree
Hide file tree
Showing 5 changed files with 578 additions and 7 deletions.
11 changes: 7 additions & 4 deletions IDAES-UI/src/draggablePanel/DraggablePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ import '@blueprintjs/icons/lib/css/blueprint-icons.css';

import "./DraggablePanel.css";

import StreamTableHeader from './PanelHeaderStreamTable';
// Panel headers
import StreamTableHeader from '@/streamTable/StreamTableHeader';
import DiagnosticsLogHeader from '@/components/flowsheet_main_component/flowsheet_diagnostics_component/diagnostics_log_header/diagnostics_log_header_component';

import Flowsheet_variable from '@/diagramVariable/DiagramVariable';
// Panels
import Diagram from '@/diagram/Diagram';
import Flowsheet_variable from '@/diagramVariable/DiagramVariable';
import FlowsheetDiagnostics from '@/components/flowsheet_main_component/flowsheet_diagnostics_component/flowsheet_diagnostics_component';
import FlowsheetDiagnosticsRunner from '@/components/flowsheet_main_component/flowsheet_diagnostics_runner_component/flowsheet_diagnostic_runner_component';
import DiagnosticsLogHeader from '@/components/flowsheet_main_component/flowsheet_diagnostics_component/diagnostics_log_header/diagnostics_log_header_component';
import StreamTable from '@/components/flowsheet_main_component/stream_table_component/stream_table';
import StreamTable from '@/streamTable/StreamTable';


// interface
import { FvHeaderStateInterface } from '@/interface/appMainContext_interface';
Expand Down
Loading

0 comments on commit 83a4f99

Please sign in to comment.