Skip to content

Commit 451404f

Browse files
committed
Removed mui import statements from BarGraph.tsx.
Co-authored-by: Chris LeBrett <100822842+fscgolden@users.noreply.github.com> Co-authored-by: Robby Tipton <100332566+RobbyTipton@users.noreply.github.com> Co-authored-by: Joseph Park <10874783+joeepark@users.noreply.github.com> Co-authored-by: David Kim <101825171+codejunkie7@users.noreply.github.com> Co-authored-by: Kevin HoEun Lee <14950124+khobread@users.noreply.github.com>
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)