localstorage weg
This commit is contained in:
parent
1c1d758ab1
commit
5453691016
6 changed files with 4 additions and 29 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue