Claude: Remove stale export
This commit is contained in:
parent
ff48bf931c
commit
ff5019e779
@ -33,7 +33,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
export let handleTool;
|
export let handleTool;
|
||||||
export let needsDisplay;
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-row w-14 h-full bg-neutral-700" on:mouseleave={hideInfo}>
|
<div class="flex flex-row w-14 h-full bg-neutral-700" on:mouseleave={hideInfo}>
|
||||||
|
@ -501,7 +501,7 @@
|
|||||||
<main class="relative w-full h-full">
|
<main class="relative w-full h-full">
|
||||||
<Nav />
|
<Nav />
|
||||||
<div class="absolute top-10 bottom-0 left-0 right-0">
|
<div class="absolute top-10 bottom-0 left-0 right-0">
|
||||||
<SideBar on:connect={handleConnect} on:reset={handleReset} needsDisplay={configObj.needsDisplay} handleTool={handleTool}>
|
<SideBar on:connect={handleConnect} on:reset={handleReset} handleTool={handleTool}>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</SideBar>
|
</SideBar>
|
||||||
{#if configObj.needsDisplay}
|
{#if configObj.needsDisplay}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user