feat: polish
This commit is contained in:
parent
2e6177fe74
commit
4bd927bb4e
137 changed files with 6357 additions and 137560 deletions
4
src/lib/features/workspaces/index.ts
Normal file
4
src/lib/features/workspaces/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export { workspacesStore, getActiveWorkspace } from './store';
|
||||
export type { Workspace, WorkspaceInit } from './types';
|
||||
export { default as WorkspacesPanel } from './WorkspacesPanel.svelte';
|
||||
export { default as WorkspaceRenderer } from './WorkspaceRenderer.svelte';
|
||||
Loading…
Add table
Add a link
Reference in a new issue