localstorage weg
This commit is contained in:
parent
1c1d758ab1
commit
5453691016
6 changed files with 4 additions and 29 deletions
6
frontend/svelte/src/models/types.ts
Normal file
6
frontend/svelte/src/models/types.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export interface Note {
|
||||
id: number;
|
||||
title: string;
|
||||
content: string;
|
||||
lastOpened: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue