Skip to content

Commit ef2e600

Browse files
committed
modularized Inspect
1 parent 4cd02fc commit ef2e600

6 files changed

Lines changed: 2 additions & 195 deletions

File tree

app/containers/GraphsContainer/GraphsContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import DockerHealthContainer from '../DockerHealthContainer';
2323
import GraphNavBar from '../../components/GraphNavBar/GraphNavBar';
2424

2525
import './styles.scss';
26-
import Inspect from '../Inspect';
26+
import Inspect from '../Inspect/Inspect';
2727

2828
interface Params {
2929
app: any;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useEffect } from 'react';
22
import * as d3 from 'd3'; // Import D3 libraries here
33
import ForceGraph3D from '3d-force-graph'; // Import 3d-force-graph library here
44
import dat from 'dat.gui'; // Import dat.gui library here
5-
import '../stylesheets/Inspect.scss';
5+
import './styles.scss';
66
import { CSS2DRenderer, CSS2DObject } from 'three/examples/jsm/renderers/CSS2DRenderer.js';
77

88

app/stylesheets/Applications.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/stylesheets/Contact.scss

Lines changed: 0 additions & 167 deletions
This file was deleted.

app/stylesheets/ServicesList.scss

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)