mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
fix: lint
This commit is contained in:
parent
33413bf56c
commit
c579e0b62b
@ -60,13 +60,12 @@ import { getTimezoneOffset } from '../utils/time';
|
||||
|
||||
import { getBadgeProps } from './ReleasesPage';
|
||||
|
||||
import type { Struct, Internal } from '@strapi/types';
|
||||
|
||||
import type {
|
||||
ReleaseAction,
|
||||
ReleaseActionGroupBy,
|
||||
ReleaseActionEntry,
|
||||
} from '../../../shared/contracts/release-actions';
|
||||
import type { Struct, Internal } from '@strapi/types';
|
||||
|
||||
/* -------------------------------------------------------------------------------------------------
|
||||
* ReleaseDetailsLayout
|
||||
|
||||
@ -4,8 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import { Box, Flex, Typography } from '@strapi/design-system';
|
||||
import { LinkButton } from '@strapi/design-system';
|
||||
import { Box, Flex, Typography, LinkButton } from '@strapi/design-system';
|
||||
import { ExternalLink } from '@strapi/icons';
|
||||
import { useIntl } from 'react-intl';
|
||||
import { styled } from 'styled-components';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user