huge push of backend and frontend to dos to finish wiring up and UI display
This commit is contained in:
@@ -6,3 +6,8 @@ export type Sticky = {
|
||||
author: string;
|
||||
color: string;
|
||||
};
|
||||
|
||||
export type Cluster = {
|
||||
label: string;
|
||||
noteIds: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user