From 0b728ff3900f0506a43452bc647d330920ff63b5 Mon Sep 17 00:00:00 2001 From: Jaiwanth Date: Tue, 25 May 2021 17:52:23 +0530 Subject: [PATCH] Use double quotes for import --- src/utils/exportUtils/HtmlExport.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/exportUtils/HtmlExport.ts b/src/utils/exportUtils/HtmlExport.ts index 755792079a..c21f227c35 100644 --- a/src/utils/exportUtils/HtmlExport.ts +++ b/src/utils/exportUtils/HtmlExport.ts @@ -7,7 +7,7 @@ import { Room } from "matrix-js-sdk/src/models/room"; import { MatrixEvent } from "matrix-js-sdk/src/models/event"; import { getUserNameColorClass } from "../FormattingUtils"; import { Exporter } from "./Exporter"; -import * as ponyfill from 'web-streams-polyfill/ponyfill' +import * as ponyfill from "web-streams-polyfill/ponyfill" const css = ` body {