From e5d04f34336e51c487cb7a5fbdc7aa5b8540e119 Mon Sep 17 00:00:00 2001 From: Rory Doak Date: Mon, 5 Aug 2024 16:28:33 +0100 Subject: [PATCH] remove export from shared comp --- editor.planx.uk/src/ui/editor/ImgInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",