Movie utils models to directory

This commit is contained in:
Zoe Roux 2024-11-09 12:31:16 +01:00
parent c5a502ec32
commit eb2d2009f7
No known key found for this signature in database
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
import { t } from "elysia"; import { t } from "elysia";
import { Genre } from "./show"; import { Genre } from "./utils/genres";
import { Image } from "./image"; import { Image } from "./utils/image";
import { ExternalId } from "./external-id"; import { ExternalId } from "./utils/external-id";
import { bubble, registerExamples } from "./examples"; import { bubble, registerExamples } from "./examples";
import { comment } from "../utils"; import { comment } from "../utils";

View File

@ -1,7 +1,7 @@
import { t } from "elysia"; import { t } from "elysia";
import { Genre } from "./show"; import { Genre } from "./utils/genres";
import { Image } from "./image"; import { Image } from "./utils/image";
import { ExternalId } from "./external-id"; import { ExternalId } from "./utils/external-id";
import { madeInAbyss , registerExamples } from "./examples"; import { madeInAbyss , registerExamples } from "./examples";
import { comment } from "../utils"; import { comment } from "../utils";