mirror of
https://github.com/maputnik/editor.git
synced 2026-06-16 12:17:27 +00:00
removed comment for react-dropzone import
This commit is contained in:
@@ -17,7 +17,7 @@ import maputnikLogo from 'maputnik-design/logos/logo-color.svg?inline'
|
|||||||
import { withTranslation, WithTranslation } from 'react-i18next';
|
import { withTranslation, WithTranslation } from 'react-i18next';
|
||||||
import { supportedLanguages } from '../i18n';
|
import { supportedLanguages } from '../i18n';
|
||||||
|
|
||||||
import Dropzone from 'react-dropzone'; // for class components
|
import Dropzone from 'react-dropzone';
|
||||||
|
|
||||||
// This is required because of <https://stackoverflow.com/a/49846426>, there isn't another way to detect support that I'm aware of.
|
// This is required because of <https://stackoverflow.com/a/49846426>, there isn't another way to detect support that I'm aware of.
|
||||||
const browser = detect();
|
const browser = detect();
|
||||||
|
|||||||
Reference in New Issue
Block a user