mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): remove extra lines
This commit is contained in:
@@ -21,7 +21,6 @@ import {
|
||||
} from "@mui/material";
|
||||
import { FC } from "react";
|
||||
|
||||
|
||||
import { useDelete } from "@/hooks/crud/useDelete";
|
||||
import { useGet } from "@/hooks/crud/useGet";
|
||||
import { useDialog } from "@/hooks/useDialog";
|
||||
|
||||
@@ -11,7 +11,6 @@ import FolderCopyIcon from "@mui/icons-material/FolderCopy";
|
||||
import { Box, Button, Divider, Grid, styled, Typography } from "@mui/material";
|
||||
import { ChangeEvent, DragEvent, FC, useState } from "react";
|
||||
|
||||
|
||||
import { useUpload } from "@/hooks/crud/useUpload";
|
||||
import { getDisplayDialogs, useDialog } from "@/hooks/useDialog";
|
||||
import { useToast } from "@/hooks/useToast";
|
||||
|
||||
@@ -23,7 +23,6 @@ import { useRouter } from "next/router";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
|
||||
|
||||
import { useAcceptInvite } from "@/hooks/entities/auth-hooks";
|
||||
import { useToast } from "@/hooks/useToast";
|
||||
import { useTranslate } from "@/hooks/useTranslate";
|
||||
|
||||
@@ -12,7 +12,6 @@ import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
import { useForm } from "react-hook-form";
|
||||
|
||||
|
||||
import { useResetPassword } from "@/hooks/entities/reset-hooks";
|
||||
import { useToast } from "@/hooks/useToast";
|
||||
import { useTranslate } from "@/hooks/useTranslate";
|
||||
|
||||
@@ -10,7 +10,6 @@ import { Button, Grid, Paper, Typography } from "@mui/material";
|
||||
import Link from "next/link";
|
||||
import { useForm } from "react-hook-form";
|
||||
|
||||
|
||||
import { useRequestResetPassword } from "@/hooks/entities/reset-hooks";
|
||||
import { useToast } from "@/hooks/useToast";
|
||||
import { useTranslate } from "@/hooks/useTranslate";
|
||||
|
||||
@@ -17,7 +17,6 @@ import {
|
||||
} from "@mui/material";
|
||||
import { FC } from "react";
|
||||
|
||||
|
||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||
import { DialogControl } from "@/hooks/useDialog";
|
||||
import { useTranslate } from "@/hooks/useTranslate";
|
||||
|
||||
Reference in New Issue
Block a user