mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 23:38:15 +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 React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { Box } from '@strapi/design-system/Box';
|
import { Box, Flex } from '@strapi/design-system';
|
||||||
import { Flex } from '@strapi/design-system/Flex';
|
|
||||||
import { PaginationURLQuery, PageSizeURLQuery } from '@strapi/helper-plugin';
|
import { PaginationURLQuery, PageSizeURLQuery } from '@strapi/helper-plugin';
|
||||||
|
|
||||||
const NpmPackagesPagination = ({ pagination }) => {
|
const NpmPackagesPagination = ({ pagination }) => {
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { useIntl } from 'react-intl';
|
import { useIntl } from 'react-intl';
|
||||||
import { pxToRem } from '@strapi/helper-plugin';
|
import { pxToRem } from '@strapi/helper-plugin';
|
||||||
import { Box } from '@strapi/design-system/Box';
|
import { Box, Flex, Typography, Layout, Main } from '@strapi/design-system';
|
||||||
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 PageHeader from '../PageHeader';
|
import PageHeader from '../PageHeader';
|
||||||
import offlineCloud from '../../../../assets/images/icon_offline-cloud.svg';
|
import offlineCloud from '../../../../assets/images/icon_offline-cloud.svg';
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { useState, useEffect } from 'react';
|
import { useState, useEffect } from 'react';
|
||||||
import { useIntl } from 'react-intl';
|
import { useIntl } from 'react-intl';
|
||||||
import { useNotifyAT } from '@strapi/design-system/LiveRegions';
|
import { useNotifyAT } from '@strapi/design-system';
|
||||||
import useFetchMarketplacePlugins from '../../../hooks/useFetchMarketplacePlugins';
|
import useFetchMarketplacePlugins from '../../../hooks/useFetchMarketplacePlugins';
|
||||||
import useFetchMarketplaceProviders from '../../../hooks/useFetchMarketplaceProviders';
|
import useFetchMarketplaceProviders from '../../../hooks/useFetchMarketplaceProviders';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user