mistake during merge

pull/21833/head
Bruno Windels 2019-04-05 15:07:24 +02:00
parent f1b00dff35
commit e002a59650
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import { _t } from './languageHandler';
import Modal from './Modal';
import RoomViewStore from './stores/RoomViewStore';
import encrypt from "browser-encrypt-attachment";
import png_chunks_extract = from "png-chunks-extract";
import png_chunks_extract from "png-chunks-extract";
// Polyfill for Canvas.toBlob API using Canvas.toDataURL
import "blueimp-canvas-to-blob";