removed useless junk
This commit is contained in:
parent
2eeda6fc5c
commit
7a5ba150f7
2 changed files with 35 additions and 2 deletions
|
|
@ -1,11 +1,9 @@
|
|||
<script lang="ts">
|
||||
import type {Note} from "../models/types";
|
||||
import {onMount} from "svelte";
|
||||
import {bearerFetch, jwt} from "../models/PomeloUtils";
|
||||
import type {NoteRepository} from "../models/NoteRepository";
|
||||
import {StrapiNoteRepository} from "../models/StrapiNoteRepository";
|
||||
|
||||
const endpoint = "/notes";
|
||||
const noteRepo: NoteRepository = StrapiNoteRepository.getInstance();
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue