chore: generate
This commit is contained in:
parent
a6e1aa085f
commit
b4a01cc3cd
1 changed files with 2 additions and 10 deletions
|
|
@ -68,16 +68,8 @@ export function Home() {
|
||||||
</box>
|
</box>
|
||||||
<box height={1} minHeight={0} flexShrink={1} />
|
<box height={1} minHeight={0} flexShrink={1} />
|
||||||
<box width="100%" maxWidth={75} zIndex={1000} paddingTop={1} flexShrink={0}>
|
<box width="100%" maxWidth={75} zIndex={1000} paddingTop={1} flexShrink={0}>
|
||||||
<TuiPluginRuntime.Slot
|
<TuiPluginRuntime.Slot name="home_prompt" mode="replace" ref={bind}>
|
||||||
name="home_prompt"
|
<Prompt ref={bind} right={<TuiPluginRuntime.Slot name="home_prompt_right" />} placeholders={placeholder} />
|
||||||
mode="replace"
|
|
||||||
ref={bind}
|
|
||||||
>
|
|
||||||
<Prompt
|
|
||||||
ref={bind}
|
|
||||||
right={<TuiPluginRuntime.Slot name="home_prompt_right" />}
|
|
||||||
placeholders={placeholder}
|
|
||||||
/>
|
|
||||||
</TuiPluginRuntime.Slot>
|
</TuiPluginRuntime.Slot>
|
||||||
</box>
|
</box>
|
||||||
<TuiPluginRuntime.Slot name="home_bottom" />
|
<TuiPluginRuntime.Slot name="home_bottom" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue