removed useless junk

This commit is contained in:
dhain 2022-10-09 21:19:35 +02:00
parent 2eeda6fc5c
commit 7a5ba150f7
2 changed files with 35 additions and 2 deletions

View file

@ -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();
//