localstorage weg

This commit is contained in:
dhain 2022-09-27 10:15:32 +02:00
parent 1c1d758ab1
commit 5453691016
6 changed files with 4 additions and 29 deletions

View file

@ -0,0 +1,6 @@
export interface Note {
id: number;
title: string;
content: string;
lastOpened: string;
}