FIX: Make biome happy

This commit is contained in:
Nicolás Hatcher
2024-12-12 05:15:42 +01:00
committed by Nicolás Hatcher Andrés
parent 40c7fc8f80
commit 7b30736792

View File

@@ -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 = {