diff --git a/frontend/src/app-components/auth/Login.tsx b/frontend/src/app-components/auth/Login.tsx index f4760d35..4bc53960 100755 --- a/frontend/src/app-components/auth/Login.tsx +++ b/frontend/src/app-components/auth/Login.tsx @@ -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 EmailIcon from "@mui/icons-material/Email"; import KeyIcon from "@mui/icons-material/Key"; import KeyboardArrowRightIcon from "@mui/icons-material/KeyboardArrowRight"; diff --git a/frontend/src/app-components/auth/Register.tsx b/frontend/src/app-components/auth/Register.tsx index ee34f04b..e4e9e91d 100644 --- a/frontend/src/app-components/auth/Register.tsx +++ b/frontend/src/app-components/auth/Register.tsx @@ -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 AbcIcon from "@mui/icons-material/Abc"; import KeyIcon from "@mui/icons-material/Key"; import KeyboardArrowRightIcon from "@mui/icons-material/KeyboardArrowRight"; diff --git a/frontend/src/app-components/inputs/Selectable.tsx b/frontend/src/app-components/inputs/Selectable.tsx index d207dc54..70fac37b 100644 --- a/frontend/src/app-components/inputs/Selectable.tsx +++ b/frontend/src/app-components/inputs/Selectable.tsx @@ -6,8 +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 { Box, CircularProgress, Input, styled } from "@mui/material"; import randomSeed from "random-seed"; import { FC, useCallback, useEffect, useMemo, useRef, useState } from "react"; @@ -211,7 +209,7 @@ const Selectable: FC = ({ endAdornment={ loading ? ( = ({ transform: "translateY(-20%)", backgroundColor: "rgba(255, 255, 255, 0.7)", borderRadius: "50%", - }} + }} aria-label="Loading..." /> ) : null diff --git a/frontend/src/components/languages/index.tsx b/frontend/src/components/languages/index.tsx index f9028f3c..7af6e6e6 100644 --- a/frontend/src/components/languages/index.tsx +++ b/frontend/src/components/languages/index.tsx @@ -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 { Flag } from "@mui/icons-material"; import AddIcon from "@mui/icons-material/Add"; import { Button, Grid, Paper, Switch } from "@mui/material"; diff --git a/frontend/src/components/nlp/components/NlpTrainForm.tsx b/frontend/src/components/nlp/components/NlpTrainForm.tsx index 11359161..470124a3 100644 --- a/frontend/src/components/nlp/components/NlpTrainForm.tsx +++ b/frontend/src/components/nlp/components/NlpTrainForm.tsx @@ -6,8 +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 AddIcon from "@mui/icons-material/Add"; import Check from "@mui/icons-material/Check"; import DeleteIcon from "@mui/icons-material/Delete"; diff --git a/frontend/src/components/settings/index.tsx b/frontend/src/components/settings/index.tsx index e6a54a3a..758f88c5 100644 --- a/frontend/src/components/settings/index.tsx +++ b/frontend/src/components/settings/index.tsx @@ -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 { faCogs } from "@fortawesome/free-solid-svg-icons"; import { debounce, diff --git a/frontend/src/components/visual-editor/hooks/useVisualEditor.tsx b/frontend/src/components/visual-editor/hooks/useVisualEditor.tsx index fcf93709..6fdfba6e 100644 --- a/frontend/src/components/visual-editor/hooks/useVisualEditor.tsx +++ b/frontend/src/components/visual-editor/hooks/useVisualEditor.tsx @@ -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 { debounce } from "@mui/material"; import createEngine, { DiagramModel } from "@projectstorm/react-diagrams"; import * as React from "react"; diff --git a/frontend/src/pages/inbox/index.tsx b/frontend/src/pages/inbox/index.tsx index 22a6c3c2..11fa9d3f 100644 --- a/frontend/src/pages/inbox/index.tsx +++ b/frontend/src/pages/inbox/index.tsx @@ -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 { ReactElement } from "react"; import { Inbox } from "@/components/inbox"; diff --git a/frontend/src/pages/inbox/subscribers/[subscriber]/index.tsx b/frontend/src/pages/inbox/subscribers/[subscriber]/index.tsx index 9ff4acb0..4d9b7d10 100644 --- a/frontend/src/pages/inbox/subscribers/[subscriber]/index.tsx +++ b/frontend/src/pages/inbox/subscribers/[subscriber]/index.tsx @@ -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 InboxPage from "../.."; export default InboxPage; diff --git a/frontend/src/pages/inbox/subscribers/index.tsx b/frontend/src/pages/inbox/subscribers/index.tsx index 9ff4acb0..4d9b7d10 100644 --- a/frontend/src/pages/inbox/subscribers/index.tsx +++ b/frontend/src/pages/inbox/subscribers/index.tsx @@ -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 InboxPage from "../.."; export default InboxPage;