Updated frontend direcotry structure

This commit is contained in:
KS Jannette
2026-02-11 14:27:13 -05:00
parent 14bd1add26
commit fcc8dbe9f7
22 changed files with 3257 additions and 3300 deletions

View File

@@ -0,0 +1,8 @@
export type Sticky = {
id: string;
text: string;
x: number;
y: number;
author: string;
color: string;
};