📦 Moves models to /types

This commit is contained in:
Rune Harlyk
2024-08-19 20:40:03 +02:00
committed by Rune Harlyk
parent cfa729ff70
commit a0c58841d7
12 changed files with 82 additions and 185 deletions
@@ -4,7 +4,7 @@
import FolderIcon from '~icons/mdi/folder-outline';
import Folder from "./Folder.svelte";
import { api } from "$lib/api";
import type { Directory } from "$lib/models";
import type { Directory } from "$lib/types/models";
let filename = '';