mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2025-05-17 03:48:10 +08:00
Show owner on note
This commit is contained in:
parent
132dfa496d
commit
2e6c5fbef8
3 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,7 @@ export interface NoteProps {
|
|||
content: string;
|
||||
id: number;
|
||||
date_created: string;
|
||||
owner: string;
|
||||
}
|
||||
|
||||
export interface IconProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue