summaryrefslogtreecommitdiffhomepage
path: root/src/features/workspaces/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/index.ts')
-rw-r--r--src/features/workspaces/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/workspaces/index.ts b/src/features/workspaces/index.ts
index 177e49b..dab1dec 100644
--- a/src/features/workspaces/index.ts
+++ b/src/features/workspaces/index.ts
@@ -8,7 +8,7 @@ export {
WORKSPACE_SLUG_RE,
workspacePath,
} from "./logic/route";
-export { pageTitle, relativeTime } from "./logic/view-model";
+export { applyStarred, pageTitle, relativeTime, sortWorkspaces } from "./logic/view-model";
export type { WorkspaceStore } from "./store.svelte";
export { createWorkspaceStore } from "./store.svelte";
export { default as WorkspaceCard } from "./ui/WorkspaceCard.svelte";