From 94e957c1cb7f3e06468b0574d7ff939c8fdbc3e6 Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Mon, 21 Apr 2025 13:12:20 +0200 Subject: [PATCH] style: Update Iframe component to default export --- app/components/Iframe.tsx | 2 +- .../dwwm/at1/cp2/{page.md => +Page.mdx} | 29 +++++++++---------- 2 files changed, 14 insertions(+), 17 deletions(-) rename app/pages/certifications/dwwm/at1/cp2/{page.md => +Page.mdx} (84%) 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 (