Remove import

This commit is contained in:
Nicola Benaglia 2025-06-12 20:24:33 +02:00
parent 94ad99d7e4
commit 970959c285

View File

@ -40,7 +40,6 @@ import { subscribeToEvent, unsubscribeFromEvent } from '../../utils/events';
import { useTranslation } from 'react-i18next';
import { useSetAtom } from 'jotai';
import { txListAtom } from '../../atoms/global';
import { ErrorRounded } from '@mui/icons-material';
export const Label = styled('label')`
display: block;