feat: fix eslint errprs
parent
b172d90b2b
commit
a28754385c
|
|
@ -1,6 +1,5 @@
|
|||
import React from 'react';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import { Button } from '@strapi/design-system';
|
||||
import RDV, { DiffMethod } from 'react-diff-viewer-continued';
|
||||
import { useIntl } from 'react-intl';
|
||||
import { getFetchClient, useNotification } from '@strapi/strapi/admin';
|
||||
|
|
@ -22,6 +21,7 @@ if (typeof RDV.default !== 'undefined') {
|
|||
}
|
||||
|
||||
import {
|
||||
Button,
|
||||
Modal,
|
||||
Grid,
|
||||
Typography,
|
||||
|
|
|
|||
Loading…
Reference in New Issue