We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f568ccf commit 7cbf0d3Copy full SHA for 7cbf0d3
site/src/pages/PreferencesPages/AccountPage/AccountPage.test.tsx
@@ -5,7 +5,7 @@ import * as AccountForm from "../../../components/Preferences/AccountForm"
5
import { GlobalSnackbar } from "../../../components/Snackbar/GlobalSnackbar"
6
import { renderWithAuth } from "../../../testHelpers"
7
import * as AuthXService from "../../../xServices/auth/authXService"
8
-import { Language, AccountPage } from "./AccountPage"
+import { AccountPage, Language } from "./AccountPage"
9
10
const renderPage = () => {
11
return renderWithAuth(
0 commit comments