mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
fix: build errors
This commit is contained in:
parent
59bc1d3ace
commit
d208565a61
20 changed files with 37 additions and 48 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue