fix(docs): remove export for WhyInteractive

This commit is contained in:
rzmk 2025-10-21 18:18:15 -04:00
parent 82200d5f94
commit 0e263202a1

View file

@ -229,7 +229,7 @@ function Why() {
); );
} }
export function WhyInteractive(props: { function WhyInteractive(props: {
codeblockInstall: ReactNode; codeblockInstall: ReactNode;
codeblockUninstall: ReactNode; codeblockUninstall: ReactNode;
}) { }) {