diff --git a/projects/js-packages/components/components/threats-data-views/index.tsx b/projects/js-packages/components/components/threats-data-views/index.tsx index 5638de6a5d1f0..b610b77264e31 100644 --- a/projects/js-packages/components/components/threats-data-views/index.tsx +++ b/projects/js-packages/components/components/threats-data-views/index.tsx @@ -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';