build: format the code with prettier

This commit is contained in:
Tristan Yang
2023-05-19 16:31:28 +08:00
parent 7afc132bbb
commit 5bd0183651
259 changed files with 7627 additions and 5607 deletions
+4 -3
View File
@@ -1,13 +1,14 @@
import { ChangeEvent, useEffect, useState } from "react";
import { useTranslation } from "react-i18next";
import toast from "react-hot-toast";
import { useTranslation } from "react-i18next";
import { useUpdateLogoMutation, useUpdateServerMutation } from "@/app/services/server";
import { useAppSelector } from "@/app/store";
import LogoUploader from "@/components/AvatarUploader";
import SaveTip from "@/components/SaveTip";
import Input from "@/components/styled/Input";
import Label from "@/components/styled/Label";
import Textarea from "@/components/styled/Textarea";
import SaveTip from "@/components/SaveTip";
import { useAppSelector } from "@/app/store";
const Index = () => {
const { t } = useTranslation("setting");