Skip to content

Commit

Permalink
remove export from shared comp
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Aug 5, 2024
1 parent b65a27b commit e5d04f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/ui/editor/ImgInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5d04f3

Please sign in to comment.