Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio committed Jan 8, 2025
1 parent a4a0b00 commit b32fcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/views/e2e/EnterE2EPasswordModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box, PasswordInput, Field, FieldGroup, FieldRow, FieldError } from '@rocket.chat/fuselage';
import DOMPurify from 'dompurify';
import { useEffectEvent } from '@rocket.chat/fuselage-hooks';
import DOMPurify from 'dompurify';
import type { ChangeEvent, ReactElement } from 'react';
import { useState, useCallback } from 'react';
import { useTranslation } from 'react-i18next';
Expand Down

0 comments on commit b32fcc3

Please sign in to comment.