summaryrefslogtreecommitdiffhomepage
path: root/src/features/tabs/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/tabs/index.ts')
-rw-r--r--src/features/tabs/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/features/tabs/index.ts b/src/features/tabs/index.ts
index 835788a..50de62a 100644
--- a/src/features/tabs/index.ts
+++ b/src/features/tabs/index.ts
@@ -5,10 +5,12 @@ export {
createTab,
deriveTitle,
initialState,
+ MIN_HANDLE_LENGTH,
newDraft,
selectTab,
setModel,
setTitle,
+ shortHandle,
} from "./tabs";
export type { TabsStorage, TabsStore } from "./tabs-store.svelte";
export { createTabsStore } from "./tabs-store.svelte";