File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,17 @@ function App() {
124124 </ >
125125 ) }
126126 { type === "example" && (
127- < ExampleContent className = "border-color h-[calc(100vh-60px-32px)] w-full overflow-hidden rounded-md border" />
127+ < >
128+ < ExampleContent className = "border-color h-[calc(100vh-60px-32px)] w-full overflow-hidden rounded-md border" />
129+ < DevTool />
130+ </ >
131+ ) }
132+ { type === "try" && (
133+ < >
134+ < PlayGround />
135+ < DevTool />
136+ </ >
128137 ) }
129- { type === "try" && < PlayGround /> }
130138 </ AppShell . Main >
131139 </ AppShell >
132140 ) ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ async function init() {
1919 if ( typeof getFunc ( ) === "function" ) {
2020 getFunc ( ) ( src ) ;
2121 } else {
22- await loadScript ( `${ src } /bundle/iframe .js` ) ;
22+ await loadScript ( `${ src } /bundle/hook .js` ) ;
2323 await init ( ) ;
2424 }
2525}
You can’t perform that action at this time.
0 commit comments