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

@ -1,5 +1,5 @@
<script lang="ts">
import type {Note} from "../../types";
import type {Note} from "../../models/types";
let notes: Note[] = JSON.parse(window.localStorage.getItem("notes"));
const clickedNoteId = window.localStorage.getItem("clickedNoteId");