fix(frontend): remove extra lines

This commit is contained in:
yassinedorbozgithub
2024-10-01 14:42:19 +01:00
parent 44032d352b
commit e2d6c59870
62 changed files with 0 additions and 62 deletions

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";