We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d099eb4 commit 10adb09Copy full SHA for 10adb09
frontend/src/components/Main.tsx
@@ -10,13 +10,13 @@
10
See the License for the specific language governing permissions and
11
limitations under the License.
12
*/
13
-import { Box, InputProps, Tab, Tabs } from '@mui/material';
+import { Box, Tab, Tabs } from '@mui/material';
14
import { useEffect, useState, SyntheticEvent } from 'react';
15
import DataTable, { TableDataRow } from './DataTable';
16
import GsMap, { GsValue } from './GsMap';
17
import { useRecoilRefresher_UNSTABLE, useRecoilValue } from 'recoil';
18
import GlobalState from '../GlobalState';
19
-import styles from './main.module.scss';
+//import styles from './main.module.scss';
20
import Chart, {TimeSlot} from './Chart';
21
22
0 commit comments