Browse Source

Update editor's index.js to fix a typo in an import

Alaa Salman 7 years ago
parent
commit
7a4dc1a415
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';