fix next example

This commit is contained in:
ClasWen 2024-09-22 21:13:23 +08:00
parent 46fed0ee4c
commit 37ee795f22
2 changed files with 2 additions and 1 deletions

1
.npmrc Normal file
View file

@ -0,0 +1 @@
public-hoist-pattern[]=*@nextui-org/*

View file

@ -6,6 +6,6 @@ import ReactChild from "./react/acontent"
<BaseLayout title="Welcome to Astro.">
<main>
<ReactChild client:visible>My button</ReactChild>
<ReactChild client:visible />
</main>
</BaseLayout>