FIX: Make biome happy
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
40c7fc8f80
commit
7b30736792
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user