-
-import { Meta, ArgsTable, Canvas, Story } from '@storybook/addon-docs';
-import { BaseLink } from '@strapi/design-system/BaseLink';
-import { Badge } from '@strapi/design-system/Badge';
-import { Icon } from '@strapi/design-system/Icon';
-import { Box } from '@strapi/design-system/Box';
-import Cross from '@strapi/icons/Cross';
-import { RelationInput } from './RelationInput';
-import { relations } from './relationsDataMock';
-
-
-
-# RelationInput
-
-WIP
-
-## Usage
-
-
-
-### Props
-
-
diff --git a/packages/core/helper-plugin/lib/src/components/RelationInput/index.js b/packages/core/helper-plugin/lib/src/components/RelationInput/index.js
deleted file mode 100644
index c97eb515a0..0000000000
--- a/packages/core/helper-plugin/lib/src/components/RelationInput/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import { RelationInput } from './RelationInput';
-
-export default RelationInput;
diff --git a/packages/core/helper-plugin/lib/src/components/RelationInput/relationsDataMock.js b/packages/core/helper-plugin/lib/src/components/RelationInput/relationsDataMock.js
deleted file mode 100644
index ab5a5c6c9a..0000000000
--- a/packages/core/helper-plugin/lib/src/components/RelationInput/relationsDataMock.js
+++ /dev/null
@@ -1,42 +0,0 @@
-export const relations = [
- {
- title: 'This is my first article relation',
- status: 'published',
- id: 1,
- },
- {
- title: 'This is my second article relation',
- status: 'draft',
- id: 2,
- },
- {
- title: 'This is my third article relation',
- status: 'published',
- id: 3,
- },
- {
- title: 'This is my fourth article relation',
- status: 'published',
- id: 4,
- },
- {
- title: 'This is my fifth article relation',
- status: 'published',
- id: 5,
- },
- {
- title: 'This is my sixth article relation',
- status: 'draft',
- id: 6,
- },
- {
- title: 'This is my seventh article relation',
- status: 'published',
- id: 7,
- },
- {
- title: 'This is my eighth article relation',
- status: 'published',
- id: 8,
- },
-];
diff --git a/packages/core/helper-plugin/lib/src/index.js b/packages/core/helper-plugin/lib/src/index.js
index 51eaebca94..875465e66d 100644
--- a/packages/core/helper-plugin/lib/src/index.js
+++ b/packages/core/helper-plugin/lib/src/index.js
@@ -68,7 +68,6 @@ export { default as ReactSelect } from './components/ReactSelect';
export { default as ReactSelectAsync } from './components/ReactSelect/Async';
export { default as Link } from './components/Link';
export { default as LinkButton } from './components/LinkButton';
-export { default as RelationInput } from './components/RelationInput';
// New icons
export { default as SortIcon } from './icons/SortIcon';
diff --git a/packages/core/upload/admin/src/components/AssetDialog/BrowseStep/tests/__snapshots__/index.test.js.snap b/packages/core/upload/admin/src/components/AssetDialog/BrowseStep/tests/__snapshots__/index.test.js.snap
index 1e74d9e54d..e508a4201b 100644
--- a/packages/core/upload/admin/src/components/AssetDialog/BrowseStep/tests/__snapshots__/index.test.js.snap
+++ b/packages/core/upload/admin/src/components/AssetDialog/BrowseStep/tests/__snapshots__/index.test.js.snap
@@ -1451,7 +1451,7 @@ exports[`BrowseStep renders and match snapshot 1`] = `