Reorganize admin components to help bundling

This commit is contained in:
Gabe Kangas
2023-01-10 00:37:11 -08:00
parent 29882f1291
commit 7392ae8a54
67 changed files with 138 additions and 126 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ import { BulbOutlined, LaptopOutlined, SaveOutlined } from '@ant-design/icons';
import { Row, Col, Typography } from 'antd';
import React, { useEffect, useState } from 'react';
import { fetchData, FETCH_INTERVAL, HARDWARE_STATS } from '../../utils/apis';
import { Chart } from '../../components/Chart';
import { StatisticItem } from '../../components/StatisticItem';
import { Chart } from '../../components/admin/Chart';
import { StatisticItem } from '../../components/admin/StatisticItem';
// TODO: FIX TS WARNING FROM THIS.
// interface TimedValue {