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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/tabs/index.ts b/src/features/tabs/index.ts
index c01d4ac..835788a 100644
--- a/src/features/tabs/index.ts
+++ b/src/features/tabs/index.ts
@@ -12,3 +12,4 @@ export {
} from "./tabs";
export type { TabsStorage, TabsStore } from "./tabs-store.svelte";
export { createTabsStore } from "./tabs-store.svelte";
+export { default as TabBar } from "./ui/TabBar.svelte";