We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2809a9 commit d606781Copy full SHA for d606781
src/components/AppToolbar.tsx
@@ -17,7 +17,7 @@ import maputnikLogo from 'maputnik-design/logos/logo-color.svg?inline'
17
import { withTranslation, WithTranslation } from 'react-i18next';
18
import { supportedLanguages } from '../i18n';
19
20
-import Dropzone from 'react-dropzone'; // for class components
+import Dropzone from 'react-dropzone';
21
22
// This is required because of <https://stackoverflow.com/a/49846426>, there isn't another way to detect support that I'm aware of.
23
const browser = detect();
0 commit comments