feat: fix eslint errprs

pull/236/head
kat 2026-09-17 12:29:25 +01:00
parent b172d90b2b
commit a28754385c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,5 @@
import React from 'react'; import React from 'react';
import { useDispatch } from 'react-redux'; import { useDispatch } from 'react-redux';
import { Button } from '@strapi/design-system';
import RDV, { DiffMethod } from 'react-diff-viewer-continued'; import RDV, { DiffMethod } from 'react-diff-viewer-continued';
import { useIntl } from 'react-intl'; import { useIntl } from 'react-intl';
import { getFetchClient, useNotification } from '@strapi/strapi/admin'; import { getFetchClient, useNotification } from '@strapi/strapi/admin';
@ -22,6 +21,7 @@ if (typeof RDV.default !== 'undefined') {
} }
import { import {
Button,
Modal, Modal,
Grid, Grid,
Typography, Typography,