mirror of
https://github.com/mue/mue.git
synced 2026-07-19 06:54:10 +02:00
chore: run prettier
This commit is contained in:
@@ -15,7 +15,7 @@ import { videoCheck } from 'modules/helpers/background/widget';
|
||||
|
||||
import Checkbox from '../../Checkbox';
|
||||
import FileUpload from '../../FileUpload';
|
||||
import Tooltip from '../../../../../helpers/tooltip/Tooltip'
|
||||
import Tooltip from '../../../../../helpers/tooltip/Tooltip';
|
||||
|
||||
import Modal from 'react-modal';
|
||||
|
||||
|
||||
@@ -40,4 +40,4 @@ function CustomURLModal({ modalClose, modalCloseOnly }) {
|
||||
);
|
||||
}
|
||||
|
||||
export default memo(CustomURLModal);
|
||||
export default memo(CustomURLModal);
|
||||
|
||||
Reference in New Issue
Block a user