fix(frontend): remove extra begin empty lines

This commit is contained in:
yassinedorbozgithub 2025-02-16 09:05:49 +01:00
parent 05a7a7e18c
commit cb0b10258d
3 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
*/
import { ContentContainer } from "@/app-components/dialogs";
import AttachmentMessageForm from "./AttachmentMessageForm";

View File

@ -6,7 +6,6 @@
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
*/
import { Typography } from "@mui/material";
import { Controller, useFormContext } from "react-hook-form";

View File

@ -6,7 +6,6 @@
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
*/
import { Divider } from "@mui/material";
import { Controller, useFormContext } from "react-hook-form";