refactor: move mii classes into lib folder
This commit is contained in:
parent
0f2609ff3a
commit
45fb0c07a7
7 changed files with 4 additions and 4 deletions
|
|
@ -12,8 +12,8 @@ import { prisma } from "@/lib/prisma";
|
|||
import { MII_DECRYPTION_KEY } from "@/lib/constants";
|
||||
import { nameSchema, tagsSchema } from "@/lib/schemas";
|
||||
|
||||
import Mii from "@/utils/mii.js/mii";
|
||||
import TomodachiLifeMii from "@/utils/tomodachi-life-mii";
|
||||
import Mii from "@/lib/mii.js/mii";
|
||||
import TomodachiLifeMii from "@/lib/tomodachi-life-mii";
|
||||
|
||||
const uploadsDirectory = path.join(process.cwd(), "public", "mii");
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ import qrcode from "qrcode-generator";
|
|||
import { MII_DECRYPTION_KEY } from "@/lib/constants";
|
||||
import { nameSchema, tagsSchema } from "@/lib/schemas";
|
||||
|
||||
import Mii from "@/utils/mii.js/mii";
|
||||
import TomodachiLifeMii from "@/utils/tomodachi-life-mii";
|
||||
import Mii from "@/lib/mii.js/mii";
|
||||
import TomodachiLifeMii from "@/lib/tomodachi-life-mii";
|
||||
|
||||
import TagSelector from "./submit/tag-selector";
|
||||
import ImageList from "./submit/image-list";
|
||||
|
|
|
|||
Loading…
Reference in a new issue