Updated frontend direcotry structure
This commit is contained in:
8
frontend/src/types/types.tsx
Normal file
8
frontend/src/types/types.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Sticky = {
|
||||
id: string;
|
||||
text: string;
|
||||
x: number;
|
||||
y: number;
|
||||
author: string;
|
||||
color: string;
|
||||
};
|
||||
Reference in New Issue
Block a user