Skip to content

Commit 0e26320

Browse files
committed
fix(docs): remove export for WhyInteractive
1 parent 82200d5 commit 0e26320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function Why() {
229229
);
230230
}
231231

232-
export function WhyInteractive(props: {
232+
function WhyInteractive(props: {
233233
codeblockInstall: ReactNode;
234234
codeblockUninstall: ReactNode;
235235
}) {

0 commit comments

Comments
 (0)