Prettier
This commit is contained in:
parent
795566ccef
commit
ec4e2897ee
1 changed files with 1 additions and 4 deletions
|
@ -30,10 +30,7 @@ import { logger } from "matrix-js-sdk/src/logger";
|
|||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import { ErrorView } from "./FullScreenView";
|
||||
import {
|
||||
initClient,
|
||||
CryptoStoreIntegrityError,
|
||||
} from "./matrix-utils";
|
||||
import { initClient, CryptoStoreIntegrityError } from "./matrix-utils";
|
||||
import { widget } from "./widget";
|
||||
import { PosthogAnalytics, RegistrationType } from "./PosthogAnalytics";
|
||||
import { translatedError } from "./TranslatedError";
|
||||
|
|
Loading…
Reference in a new issue