fix: build errors

This commit is contained in:
trafficlunar 2026-04-16 22:54:35 +01:00
parent 59bc1d3ace
commit d208565a61
20 changed files with 37 additions and 48 deletions

View file

@ -1,8 +1,8 @@
import { useState } from "react";
import { type Mii, ReportReason } from "@tomodachi-share/backend";
import ReasonSelector from "./reason-selector";
import SubmitButton from "../submit-button";
import { Mii, ReportReason } from "@prisma/client";
interface Props {
mii: Mii;