fix: lint

This commit is contained in:
Convly 2024-05-30 13:36:56 +02:00
parent 33413bf56c
commit c579e0b62b
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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';