Fixed path

This commit is contained in:
sprechtl 2022-10-16 23:56:59 +02:00
parent fa91d5f670
commit 53854b23cd
2 changed files with 74 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import type {Note} from "../../types";
import {parseCookies} from "nookies";
import type {NoteRepository} from "./NoteRepository";
import {currentNoteId} from "../stores";
import {currentNoteId} from "../../../stores";
type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE'