huge push of backend and frontend to dos to finish wiring up and UI display

This commit is contained in:
KS Jannette
2026-02-11 14:40:45 -05:00
parent fcc8dbe9f7
commit b60faa42d4
11 changed files with 163 additions and 56 deletions

View File

@@ -6,3 +6,8 @@ export type Sticky = {
author: string;
color: string;
};
export type Cluster = {
label: string;
noteIds: string[];
};