Browse Source

Merge pull request #962 from alaasalman/patch-1

Update editor's index.js to fix a typo in an import
Rafał Pitoń 7 years ago
parent
commit
e42b11a93e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/components/editor/index.js

+ 1 - 1
frontend/src/components/editor/index.js

@@ -9,7 +9,7 @@ import Striketrough from './actions/striketrough';
 import Strong from './actions/strong';
 import Strong from './actions/strong';
 import Quote from './actions/quote';
 import Quote from './actions/quote';
 import AttachmentsEditor from './attachments';
 import AttachmentsEditor from './attachments';
-import Upload from './attachments/upload-button/';
+import Upload from './attachments/upload-button';
 import MarkupPreview from './markup-preview';
 import MarkupPreview from './markup-preview';
 import * as textUtils from './textutils';
 import * as textUtils from './textutils';
 import Button from 'misago/components/button';
 import Button from 'misago/components/button';