chore(frontend): update some files about translate

This commit is contained in:
이강준
2022-12-26 22:14:42 +09:00
parent 5b8337ac41
commit 991e4b7bc6
6 changed files with 119 additions and 92 deletions

View File

@@ -1,7 +1,6 @@
import { Fragment, useState } from "react";
import { useRouter } from "next/router";
import Trans from "next-translate/Trans";
import { useTranslation } from "next-i18next";
import { Trans, useTranslation } from "next-i18next";
import { Dialog, Transition } from "@headlessui/react";
import Button from "../buttons/Button";