This commit is contained in:
Jamie Curnow
2023-03-05 22:37:54 +10:00
parent 6df4ea4d69
commit 15e4900133
4 changed files with 22 additions and 2 deletions

View File

@ -12,8 +12,7 @@ import {
useColorModeValue,
useToast,
} from "@chakra-ui/react";
import { LocalePicker, PrettyButton } from "components";
import { ThemeSwitcher } from "components/ThemeSwitcher";
import { LocalePicker, PrettyButton, ThemeSwitcher } from "components";
import { useAuthState } from "context";
import { Formik, Form, Field } from "formik";
import { intl } from "locale";