Use double quotes for import
This commit is contained in:
parent
0ee290648a
commit
0b728ff390
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue