diff --git a/app/components/Iframe.tsx b/app/components/Iframe.tsx index fcd070c..e7a91ae 100644 --- a/app/components/Iframe.tsx +++ b/app/components/Iframe.tsx @@ -8,7 +8,7 @@ type IframeProps = { class?: string; }; -export function Iframe(props: IframeProps) { +export default function Iframe(props: IframeProps) { return (