fix(lint): remove extra empty line

This commit is contained in:
hexastack 2025-02-19 07:19:59 +01:00
parent 4fb34206ad
commit 67200b609d

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). * 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 { ChipTypeMap } from "@mui/material"; import { ChipTypeMap } from "@mui/material";
import { AutocompleteProps } from "@mui/material/Autocomplete"; import { AutocompleteProps } from "@mui/material/Autocomplete";
import { forwardRef, useEffect, useRef } from "react"; import { forwardRef, useEffect, useRef } from "react";