diff --git a/core/static/bundled/user/pictures-index.ts b/core/static/bundled/user/pictures-index.ts index 64af694d..8b5ecda5 100644 --- a/core/static/bundled/user/pictures-index.ts +++ b/core/static/bundled/user/pictures-index.ts @@ -2,8 +2,8 @@ import { paginated } from "#core:utils/api"; import { HttpReader, ZipWriter } from "@zip.js/zip.js"; import { showSaveFilePicker } from "native-file-system-adapter"; import { - type PicturesFetchPicturesData, type PictureSchema, + type PicturesFetchPicturesData, picturesFetchPictures, } from "#openapi";