diff --git a/frontend/src/app-components/inputs/Selectable.tsx b/frontend/src/app-components/inputs/Selectable.tsx index d207dc54..373c3015 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"; 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/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;