chore: format

This commit is contained in:
amhsirak
2025-01-02 21:18:49 +05:30
parent c287340f84
commit 8323593bb0

View File

@@ -9,7 +9,6 @@ import { useBrowserSteps, TextStep } from '../../context/browserSteps';
import { useGlobalInfoStore } from '../../context/globalInfo';
import { useTranslation } from 'react-i18next';
interface ElementInfo {
tagName: string;
hasOnlyText?: boolean;