updated path to StrapiNoteRepo
This commit is contained in:
parent
f7686371c5
commit
180a26344a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import type {Note} from "../../models/types";
|
import type {Note} from "../../models/types";
|
||||||
import {StrapiNoteRepository} from "../../models/StrapiNoteRepository";
|
import {StrapiNoteRepository} from "../../models/repos/note/StrapiNoteRepository";
|
||||||
import {onMount} from "svelte";
|
import {onMount} from "svelte";
|
||||||
import {currentNoteId} from "../../stores";
|
import {currentNoteId} from "../../stores";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue