feat: fix eslint errprs
parent
b172d90b2b
commit
a28754385c
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue