fixed unresolved imports

This commit is contained in:
2024-11-17 18:12:12 +09:00
parent 64f719d731
commit ea1a38e876
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
import sqlite3 from "sqlite3";
import path from "path";
import { fileURLToPath } from "url";
import type { GalleryEntry } from "~/utils/galleryEntry";
import type { GalleryEntry } from "~/utils/types/galleryEntry";
import { asyncDatabaseRead } from "~/utils/asyncDatabase";
const __filename = fileURLToPath(import.meta.url);