updated path to StrapiNoteRepo

This commit is contained in:
j-weissen 2022-10-17 00:04:10 +02:00
parent f7686371c5
commit 180a26344a

View file

@ -1,6 +1,6 @@
<script lang="ts">
import type {Note} from "../../models/types";
import {StrapiNoteRepository} from "../../models/StrapiNoteRepository";
import {StrapiNoteRepository} from "../../models/repos/note/StrapiNoteRepository";
import {onMount} from "svelte";
import {currentNoteId} from "../../stores";