diff --git a/components/animate/ExportPanel.tsx b/components/animate/ExportPanel.tsx
index fc59ae7..032bc14 100644
--- a/components/animate/ExportPanel.tsx
+++ b/components/animate/ExportPanel.tsx
@@ -36,8 +36,8 @@ export function ExportPanel({ config }: Props) {
))}
- {tab === 'css' && }
- {tab === 'tailwind' && }
+ {tab === 'css' && }
+ {tab === 'tailwind' && }
);
}