From ccf420d10797e1559c86644691c711cef1dd76f5 Mon Sep 17 00:00:00 2001
From: Kitteh <kitteh@kitteh.pw>
Date: Fri, 7 May 2021 14:10:18 +0100
Subject: [PATCH] Run linter.

---
 src/pages/TOTP/TOTPView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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';