Format stuff

This commit is contained in:
Zoe Roux 2025-03-01 19:48:35 +01:00
parent 5483e34c5e
commit 655f677e91

View File

@ -1,8 +1,8 @@
import { t } from "elysia"; import { t } from "elysia";
import { type Prettify, comment } from "~/utils"; import { type Prettify, comment } from "~/utils";
import { bubbleImages, madeInAbyss, registerExamples } from "../examples";
import { EpisodeId, Resource, SeedImage, TranslationRecord } from "../utils"; import { EpisodeId, Resource, SeedImage, TranslationRecord } from "../utils";
import { BaseEntry, EntryTranslation } from "./base-entry"; import { BaseEntry, EntryTranslation } from "./base-entry";
import { bubbleImages, madeInAbyss, registerExamples } from "../examples";
export const BaseSpecial = t.Intersect( export const BaseSpecial = t.Intersect(
[ [
@ -43,5 +43,5 @@ registerExamples(Special, {
...ep, ...ep,
...ep.translations.en, ...ep.translations.en,
...bubbleImages, ...bubbleImages,
slug: `${madeInAbyss.slug}-sp3` slug: `${madeInAbyss.slug}-sp3`,
}); });