mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Movie utils models to directory
This commit is contained in:
parent
c5a502ec32
commit
eb2d2009f7
@ -1,7 +1,7 @@
|
||||
import { t } from "elysia";
|
||||
import { Genre } from "./show";
|
||||
import { Image } from "./image";
|
||||
import { ExternalId } from "./external-id";
|
||||
import { Genre } from "./utils/genres";
|
||||
import { Image } from "./utils/image";
|
||||
import { ExternalId } from "./utils/external-id";
|
||||
import { bubble, registerExamples } from "./examples";
|
||||
import { comment } from "../utils";
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { t } from "elysia";
|
||||
import { Genre } from "./show";
|
||||
import { Image } from "./image";
|
||||
import { ExternalId } from "./external-id";
|
||||
import { Genre } from "./utils/genres";
|
||||
import { Image } from "./utils/image";
|
||||
import { ExternalId } from "./utils/external-id";
|
||||
import { madeInAbyss , registerExamples } from "./examples";
|
||||
import { comment } from "../utils";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user