Skip to content

Commit d606781

Browse files
committed
removed comment for react-dropzone import
1 parent a2809a9 commit d606781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import maputnikLogo from 'maputnik-design/logos/logo-color.svg?inline'
1717
import { withTranslation, WithTranslation } from 'react-i18next';
1818
import { supportedLanguages } from '../i18n';
1919

20-
import Dropzone from 'react-dropzone'; // for class components
20+
import Dropzone from 'react-dropzone';
2121

2222
// This is required because of <https://stackoverflow.com/a/49846426>, there isn't another way to detect support that I'm aware of.
2323
const browser = detect();

0 commit comments

Comments
 (0)