diff --git a/src/components/Upload/UploadTypeSelector/option.tsx b/src/components/Upload/UploadTypeSelector/option.tsx index 748e5393f..4b84c8b79 100644 --- a/src/components/Upload/UploadTypeSelector/option.tsx +++ b/src/components/Upload/UploadTypeSelector/option.tsx @@ -1,15 +1,17 @@ import React from 'react'; import { Button } from '@mui/material'; +import ChevronRight from '@mui/icons-material/ChevronRight'; +import { FluidContainer } from 'components/Container'; export function UploadTypeOption({ uploadFunc, Icon, uploadName }) { return ( ); }