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 {
|
import styled from "@emotion/styled";
|
||||||
Button,
|
import { Dialog, TextField } from "@mui/material";
|
||||||
Dialog,
|
import { Check } from "lucide-react";
|
||||||
DialogActions,
|
|
||||||
DialogContent,
|
|
||||||
DialogTitle,
|
|
||||||
TextField,
|
|
||||||
} from "@mui/material";
|
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { Check } from "lucide-react";
|
|
||||||
import styled from "@emotion/styled";
|
|
||||||
import { theme } from "../theme";
|
import { theme } from "../theme";
|
||||||
|
|
||||||
type FormatPickerProps = {
|
type FormatPickerProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user