Manual fixes
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
bdc56be863
commit
027b3660bb
9 changed files with 22 additions and 15 deletions
|
@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import { renderToString } from "react-dom/server";
|
||||
import { IContent, MatrixClient, MatrixEvent, Room } from "matrix-js-sdk";
|
||||
|
||||
import { MatrixClientPeg } from "../../src/MatrixClientPeg";
|
||||
|
@ -24,8 +25,6 @@ import HTMLExporter from "../../src/utils/exportUtils/HtmlExport";
|
|||
import * as TestUtilsMatrix from '../test-utils';
|
||||
import { stubClient } from '../test-utils';
|
||||
|
||||
import { renderToString } from "react-dom/server";
|
||||
|
||||
let client: MatrixClient;
|
||||
|
||||
const MY_USER_ID = "@me:here";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue