Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jadmsaadaot committed Aug 14, 2024
1 parent aaa1b8f commit e138684
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
import { useCreateAccount } from "@/hooks/useAccounts";
import { Save } from "@mui/icons-material";
import {
Box,
CircularProgress,
Divider,
Grid,
Typography,
} from "@mui/material";
import { CircularProgress, Divider, Grid, Typography } from "@mui/material";
import Button from "@mui/material/Button";
import { createFileRoute, useNavigate } from "@tanstack/react-router";
import * as yup from "yup";
import { FormProvider, useForm } from "react-hook-form";
import { yupResolver } from "@hookform/resolvers/yup";
import ControlledTextField from "@/components/Shared/controlled/ControlledTextField";
import { theme } from "@/styles/theme";
import { useAuth } from "react-oidc-context";
import { YellowBar } from "@/components/Shared/YellowBar";
import { Banner } from "@/components/registration/Banner";
import { GridContainer } from "@/components/registration/GridContainer";
import { BCDesignTokens } from "epic.theme";
Expand Down

0 comments on commit e138684

Please sign in to comment.