Skip to content

Commit 451404f

Browse files
committed
Removed mui import statements from BarGraph.tsx.
Co-authored-by: Chris LeBrett <[email protected]> Co-authored-by: Robby Tipton <[email protected]> Co-authored-by: Joseph Park <[email protected]> Co-authored-by: David Kim <[email protected]> Co-authored-by: Kevin HoEun Lee <[email protected]>
1 parent 9e87aa3 commit 451404f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/BarGraph.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @ts-nocheck
22
import React, { useEffect, useState } from 'react';
3-
import { FormControl, InputLabel, Select, MenuItem } from '@mui/material';
43
import { BarStack } from '@visx/shape';
54
import { SeriesPoint } from '@visx/shape/lib/types';
65
import { Group } from '@visx/group';

0 commit comments

Comments
 (0)