From 0a77bc87ac50e57d0a2bbedba9cdbb5f46dbf106 Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Wed, 5 Feb 2025 10:57:27 +0100 Subject: [PATCH] fix(frontend): remove extra line --- frontend/src/components/translations/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/translations/index.tsx b/frontend/src/components/translations/index.tsx index dcbb3249..d190e8b3 100644 --- a/frontend/src/components/translations/index.tsx +++ b/frontend/src/components/translations/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 { faLanguage } from "@fortawesome/free-solid-svg-icons"; import AutorenewIcon from "@mui/icons-material/Autorenew"; import { Button, Chip, Grid, Paper, Stack } from "@mui/material";