diff --git a/striker-ui/components/Panel.tsx b/striker-ui/components/Panel.tsx index 54e1a788..54209655 100644 --- a/striker-ui/components/Panel.tsx +++ b/striker-ui/components/Panel.tsx @@ -1,5 +1,4 @@ import { ReactNode } from 'react'; -// import { Paper, Box } from '@material-ui/core'; import { makeStyles } from '@material-ui/core/styles'; import { PANEL_BACKGROUND, TEXT } from '../lib/consts/DEFAULT_THEME';