diff --git a/src/pages/TOTP/TOTPView.js b/src/pages/TOTP/TOTPView.js index dc681c6..059a3a3 100644 --- a/src/pages/TOTP/TOTPView.js +++ b/src/pages/TOTP/TOTPView.js @@ -1,11 +1,11 @@ import { CopyableInputBox } from "../../elements/CopyableInputBox.js"; import { DoesNotExistError } from "../../types/internalErrors.js"; import { Page } from "../../types/Page.js"; -import { objectToMap } from "../../utils.js"; import { changePage, setErrorText, setPageContent, setTitleElement } from "../../pageUtils.js"; import { getTOTPCode } from "../../api/getTOTPCode"; import { getTOTPKeys } from "../../api/getTOTPKeys"; import { makeElement } from "../../htmlUtils.js"; +import { objectToMap } from "../../utils.js"; import { pageState } from "../../globalPageState.js"; import i18next from 'i18next';