diff --git a/editor.planx.uk/src/ui/editor/ImgInput.tsx b/editor.planx.uk/src/ui/editor/ImgInput.tsx index 439f0c5e61..90d3216d9c 100644 --- a/editor.planx.uk/src/ui/editor/ImgInput.tsx +++ b/editor.planx.uk/src/ui/editor/ImgInput.tsx @@ -27,7 +27,7 @@ const StyledIconButton = styled(IconButton)(({ theme }) => ({ marginLeft: theme.spacing(0.5), })); -export const ImageWrapper = styled(Box)(() => ({ +const ImageWrapper = styled(Box)(() => ({ width: 50, height: 50, display: "flex",