Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Feb 5, 2025
1 parent 0d62001 commit 6fce7b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-email/src/components/preview-prop-controls.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import * as Checkbox from '@radix-ui/react-checkbox';
import * as Select from '@radix-ui/react-select';
import type { Control } from '../actions/get-email-controls';
import { IconArrowDown } from './icons/icon-arrow-down';
import { IconCheck } from './icons/icon-check';

interface PreviewPropControls {
Expand Down

0 comments on commit 6fce7b9

Please sign in to comment.