mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
fix next example
This commit is contained in:
parent
46fed0ee4c
commit
37ee795f22
2 changed files with 2 additions and 1 deletions
1
.npmrc
Normal file
1
.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
public-hoist-pattern[]=*@nextui-org/*
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue