1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Removing extensions for JS and TS in imports, reformatting

This commit is contained in:
2025-02-06 23:20:28 +04:00
parent 2c2c2acf3e
commit b9a609a190
65 changed files with 171 additions and 172 deletions

4
src/app.d.ts vendored
View File

@@ -1,7 +1,7 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
import MaintenanceProfile from "$entities/MaintenanceProfile.ts";
import type TagGroup from "$entities/TagGroup.ts";
import MaintenanceProfile from "$entities/MaintenanceProfile";
import type TagGroup from "$entities/TagGroup";
declare global {
namespace App {