Fixed path
This commit is contained in:
parent
fa91d5f670
commit
53854b23cd
2 changed files with 74 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue