Fix auto import
This commit is contained in:
parent
112dfa2b96
commit
70cc2b20d5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { haveTileForEvent } from "../../components/views/rooms/EventTile";
|
||||||
import { exportTypes } from "./exportUtils";
|
import { exportTypes } from "./exportUtils";
|
||||||
import { exportOptions } from "./exportUtils";
|
import { exportOptions } from "./exportUtils";
|
||||||
import zip from "./StreamToZip";
|
import zip from "./StreamToZip";
|
||||||
import { EventType } from "../../../../matrix-js-sdk/src/@types/event";
|
import { EventType } from "matrix-js-sdk/src/@types/event";
|
||||||
|
|
||||||
|
|
||||||
export default class JSONExporter extends Exporter {
|
export default class JSONExporter extends Exporter {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue