Some Code Cleanup
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import type {EventFight} from "../types/event.js";
|
||||
import type {EventFight} from "@type/event.js";
|
||||
import {fetchWithToken} from "./repo";
|
||||
import {z} from "zod";
|
||||
import {EventFightSchema} from "../types/event.js";
|
||||
import {EventFightSchema} from "@type/event.js";
|
||||
import type {Dayjs} from "dayjs";
|
||||
|
||||
export interface CreateFight {
|
||||
|
||||
Reference in New Issue
Block a user