Skip to content

Commit

Permalink
Update projects/js-packages/components/components/threats-data-views/…
Browse files Browse the repository at this point in the history
…index.tsx

Co-authored-by: Nate Weller <[email protected]>
  • Loading branch information
dkmyta and nateweller authored Nov 8, 2024
1 parent f2e4c56 commit 8b491ed
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { getThreatType, type Threat } from '@automattic/jetpack-scan';
import {
Action,
ActionButton,
type Action,
type ActionButton,
type Field,
type FieldType,
type Filter,
type SortDirection,
type SupportedLayouts,
type View,
DataViews,
Field,
FieldType,
Filter,
filterSortAndPaginate,
SortDirection,
SupportedLayouts,
type View,
} from '@wordpress/dataviews';
import { dateI18n } from '@wordpress/date';
import { __ } from '@wordpress/i18n';
Expand Down

0 comments on commit 8b491ed

Please sign in to comment.