Polished homepage and added private notes functionality

This commit is contained in:
Keannu Christian Bernasol 2023-04-14 21:59:25 +08:00
parent eafbfaaf43
commit a452c0e329
4 changed files with 142 additions and 20 deletions

View file

@ -30,6 +30,7 @@ export interface NoteProps {
id: number;
date_created: Date;
owner: string;
public: boolean;
}
export interface IconProps {