mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 14:59:07 +00:00
fix lint issues on marketplace
This commit is contained in:
parent
fe4e987b5a
commit
10f601f08a
@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Box } from '@strapi/design-system/Box';
|
||||
import { Flex } from '@strapi/design-system/Flex';
|
||||
import { Box, Flex } from '@strapi/design-system';
|
||||
import { PaginationURLQuery, PageSizeURLQuery } from '@strapi/helper-plugin';
|
||||
|
||||
const NpmPackagesPagination = ({ pagination }) => {
|
||||
|
@ -1,11 +1,7 @@
|
||||
import React from 'react';
|
||||
import { useIntl } from 'react-intl';
|
||||
import { pxToRem } from '@strapi/helper-plugin';
|
||||
import { Box } from '@strapi/design-system/Box';
|
||||
import { Flex } from '@strapi/design-system/Flex';
|
||||
import { Typography } from '@strapi/design-system/Typography';
|
||||
import { Layout } from '@strapi/design-system/Layout';
|
||||
import { Main } from '@strapi/design-system/Main';
|
||||
import { Box, Flex, Typography, Layout, Main } from '@strapi/design-system';
|
||||
import PageHeader from '../PageHeader';
|
||||
import offlineCloud from '../../../../assets/images/icon_offline-cloud.svg';
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { useState, useEffect } from 'react';
|
||||
import { useIntl } from 'react-intl';
|
||||
import { useNotifyAT } from '@strapi/design-system/LiveRegions';
|
||||
import { useNotifyAT } from '@strapi/design-system';
|
||||
import useFetchMarketplacePlugins from '../../../hooks/useFetchMarketplacePlugins';
|
||||
import useFetchMarketplaceProviders from '../../../hooks/useFetchMarketplaceProviders';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user