mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Format stuff
This commit is contained in:
parent
5483e34c5e
commit
655f677e91
@ -1,8 +1,8 @@
|
||||
import { t } from "elysia";
|
||||
import { type Prettify, comment } from "~/utils";
|
||||
import { bubbleImages, madeInAbyss, registerExamples } from "../examples";
|
||||
import { EpisodeId, Resource, SeedImage, TranslationRecord } from "../utils";
|
||||
import { BaseEntry, EntryTranslation } from "./base-entry";
|
||||
import { bubbleImages, madeInAbyss, registerExamples } from "../examples";
|
||||
|
||||
export const BaseSpecial = t.Intersect(
|
||||
[
|
||||
@ -43,5 +43,5 @@ registerExamples(Special, {
|
||||
...ep,
|
||||
...ep.translations.en,
|
||||
...bubbleImages,
|
||||
slug: `${madeInAbyss.slug}-sp3`
|
||||
slug: `${madeInAbyss.slug}-sp3`,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user