import grouping and sorting with Prettier plugin

This commit is contained in:
Timothy Armes
2023-09-11 09:09:34 +02:00
parent 4984639f23
commit 7111f000e5
43 changed files with 589 additions and 210 deletions
+6 -4
View File
@@ -1,12 +1,14 @@
import { ResponseMessage, TournamentFormProps } from "@/types";
import { LatLngLiteral } from "leaflet";
import { Dispatch, FormEvent, SetStateAction } from "react";
import { LatLngLiteral } from "leaflet";
import { useTranslations } from "next-intl";
import { clearMessage } from "@/app/[lang]/components/InfoMessage";
import { errorLog } from "@/utils/logger";
import discordWebhook from "@/lib/discordWebhook";
import sendMail from "@/lib/sendMail";
import tournamentFormToDB from "@/lib/tournamentFormToDB";
import discordWebhook from "@/lib/discordWebhook";
import { ResponseMessage, TournamentFormProps } from "@/types";
import { errorLog } from "@/utils/logger";
export const handleClearTournamentForm = (
formRefs: TournamentFormProps,