Skip to content

Commit 6bea3f9

Browse files
authored
Clean up LBDashboard by removing unused imports
Removed unused imports and commented out code.
1 parent d6a2482 commit 6bea3f9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/components/LBDashboard/LBDashboard.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ import httpService from '../../services/httpService';
2323
import { ApiEndpoint } from '../../utils/URL';
2424

2525
import styles from './LBDashboard.module.css';
26-
import DemandOverTime from './LbAnalytics/DemandOverTime/DemandOverTime';
27-
import moment from 'moment';
2826

2927
const METRIC_OPTIONS = {
3028
DEMAND: [
@@ -67,8 +65,8 @@ const propertiesData = [
6765
{ property: 'Room 5', value: 3.0 },
6866
];
6967

70-
const getClassNames = (baseClass, darkClass, darkMode) =>
71-
`${baseClass} ${darkMode ? darkClass : ''}`;
68+
// const getClassNames = (baseClass, darkClass, darkMode) =>
69+
// `${baseClass} ${darkMode ? darkClass : ''}`;
7270

7371
function GraphCard({ title, metricLabel, darkMode }) {
7472
return (

0 commit comments

Comments
 (0)