feat(settings): wire new SettingsPanel into App.svelte (replaces monolith)
This commit is contained in:
parent
886a2f723a
commit
1670ea4482
1 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
import GroupAgentsPanel from './lib/components/Workspace/GroupAgentsPanel.svelte';
|
||||
import ProjectGrid from './lib/components/Workspace/ProjectGrid.svelte';
|
||||
import SettingsTab from './lib/components/Workspace/SettingsTab.svelte';
|
||||
import SettingsPanel from './lib/settings/SettingsPanel.svelte';
|
||||
import CommsTab from './lib/components/Workspace/CommsTab.svelte';
|
||||
import CommandPalette from './lib/components/Workspace/CommandPalette.svelte';
|
||||
import SearchOverlay from './lib/components/Workspace/SearchOverlay.svelte';
|
||||
|
|
@ -315,7 +316,7 @@
|
|||
{#if activeTab === 'comms'}
|
||||
<CommsTab />
|
||||
{:else}
|
||||
<SettingsTab />
|
||||
<SettingsPanel />
|
||||
{/if}
|
||||
</div>
|
||||
</aside>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue