Skip to content

Commit 10adb09

Browse files
committed
fix: clean up
1 parent d099eb4 commit 10adb09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/Main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
See the License for the specific language governing permissions and
1111
limitations under the License.
1212
*/
13-
import { Box, InputProps, Tab, Tabs } from '@mui/material';
13+
import { Box, Tab, Tabs } from '@mui/material';
1414
import { useEffect, useState, SyntheticEvent } from 'react';
1515
import DataTable, { TableDataRow } from './DataTable';
1616
import GsMap, { GsValue } from './GsMap';
1717
import { useRecoilRefresher_UNSTABLE, useRecoilValue } from 'recoil';
1818
import GlobalState from '../GlobalState';
19-
import styles from './main.module.scss';
19+
//import styles from './main.module.scss';
2020
import Chart, {TimeSlot} from './Chart';
2121

2222

0 commit comments

Comments
 (0)