We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648473a commit 65b7cd0Copy full SHA for 65b7cd0
projects/js-packages/components/components/scan-report/index.tsx
@@ -6,7 +6,7 @@ import {
6
type Field,
7
DataViews,
8
filterSortAndPaginate,
9
-} from '@wordpress/dataviews';
+} from '@wordpress/dataviews/wp';
10
import { __, _n } from '@wordpress/i18n';
11
import { Icon } from '@wordpress/icons';
12
import { useCallback, useMemo, useState } from 'react';
projects/js-packages/components/components/threats-data-views/index.tsx
@@ -14,7 +14,7 @@ import {
14
type View,
15
16
17
18
import { dateI18n } from '@wordpress/date';
19
import { __ } from '@wordpress/i18n';
20
0 commit comments