Skip to content

Commit 8cc7233

Browse files
committed
Import from @wordpress/dataviews/wp instead of @wordpress/dataviews
1 parent d7930dc commit 8cc7233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/js-packages/components/components/scan-report/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
type Field,
77
DataViews,
88
filterSortAndPaginate,
9-
} from '@wordpress/dataviews';
9+
} from '@wordpress/dataviews/wp';
1010
import { __, _n } from '@wordpress/i18n';
1111
import { Icon } from '@wordpress/icons';
1212
import { useCallback, useMemo, useState } from 'react';

projects/js-packages/components/components/threats-data-views/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
type View,
1515
DataViews,
1616
filterSortAndPaginate,
17-
} from '@wordpress/dataviews';
17+
} from '@wordpress/dataviews/wp';
1818
import { dateI18n } from '@wordpress/date';
1919
import { __ } from '@wordpress/i18n';
2020
import { Icon } from '@wordpress/icons';

0 commit comments

Comments
 (0)