Claude: Remove stale export

This commit is contained in:
Alessandro Pignotti 2024-12-20 09:07:13 +01:00
parent ff48bf931c
commit ff5019e779
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@
}
export let handleTool;
export let needsDisplay;
</script>
<div class="flex flex-row w-14 h-full bg-neutral-700" on:mouseleave={hideInfo}>

View File

@ -501,7 +501,7 @@
<main class="relative w-full h-full">
<Nav />
<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>
</SideBar>
{#if configObj.needsDisplay}