new folder structure
This commit is contained in:
parent
aa65cead2e
commit
07e014cd8f
4 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type {Note} from "./types";
|
||||
import type {Note} from "../../types";
|
||||
|
||||
export interface NoteRepository {
|
||||
getNotes(): Promise<Note[]>;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import type {Note} from "./types";
|
||||
import type {Note} from "../../types";
|
||||
import {parseCookies} from "nookies";
|
||||
import type {NoteRepository} from "./NoteRepository";
|
||||
|
||||
0
frontend/svelte/src/models/repos/user/StrapiUserRepo.ts
Normal file
0
frontend/svelte/src/models/repos/user/StrapiUserRepo.ts
Normal file
0
frontend/svelte/src/models/repos/user/UserRepository.ts
Normal file
0
frontend/svelte/src/models/repos/user/UserRepository.ts
Normal file
Loading…
Add table
Add a link
Reference in a new issue