Skip to content

Commit

Permalink
Removed unsused import
Browse files Browse the repository at this point in the history
  • Loading branch information
banzzai committed Aug 8, 2023
1 parent fa19714 commit a927bee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AcceptAllRejectAllToggle.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { h, JSX } from 'preact';
import { useState } from 'preact/hooks';
import { useIntl } from 'react-intl';
import { CONSENT_OPTIONS } from '../constants';
import { useAirgap } from '../hooks';
import { messages } from '../messages';
import type { HandleSetViewState } from '../types';
Expand Down

0 comments on commit a927bee

Please sign in to comment.