chore: add and run prettier
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ModalBody, ModalHeader } from "@contentstack/venus-components";
|
||||
import { ModalBody, ModalHeader } from "@contentstack/venus-components"
|
||||
|
||||
export default function FullSizeImage({
|
||||
title,
|
||||
@@ -7,11 +7,11 @@ export default function FullSizeImage({
|
||||
alt,
|
||||
aspectRatio,
|
||||
}: {
|
||||
title: string;
|
||||
onClose: () => void;
|
||||
imageUrl: string;
|
||||
alt: string;
|
||||
aspectRatio: number;
|
||||
title: string
|
||||
onClose: () => void
|
||||
imageUrl: string
|
||||
alt: string
|
||||
aspectRatio: number
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
@@ -37,5 +37,5 @@ export default function FullSizeImage({
|
||||
/>
|
||||
</ModalBody>
|
||||
</>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user