From 7b3073679286807b786ebc0065d5b4a5d22513f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Thu, 12 Dec 2024 05:15:42 +0100 Subject: [PATCH] FIX: Make biome happy --- webapp/src/components/formatPicker.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/webapp/src/components/formatPicker.tsx b/webapp/src/components/formatPicker.tsx index 5ee43a6..f75707c 100644 --- a/webapp/src/components/formatPicker.tsx +++ b/webapp/src/components/formatPicker.tsx @@ -1,15 +1,8 @@ -import { - Button, - Dialog, - DialogActions, - DialogContent, - DialogTitle, - TextField, -} from "@mui/material"; +import styled from "@emotion/styled"; +import { Dialog, TextField } from "@mui/material"; +import { Check } from "lucide-react"; import { useState } from "react"; import { useTranslation } from "react-i18next"; -import { Check } from "lucide-react"; -import styled from "@emotion/styled"; import { theme } from "../theme"; type FormatPickerProps = {