Fixing an import order

This commit is contained in:
Keith Stevens
2023-01-22 16:15:54 +09:00
parent ab09a3f50f
commit 79331df366
2 changed files with 2 additions and 3 deletions
@@ -1,7 +1,7 @@
import { Select } from "@chakra-ui/react";
import { useRouter } from "next/router";
import { useTranslation } from "next-i18next";
import { useCallback, useMemo, useState } from "react";
import { useCallback, useMemo } from "react";
import cookie from "react-cookies";
const LanguageSelector = () => {