Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
jsjoeio committed Apr 19, 2022
commit 7cbf0d3b48623b9ab60eb58b38eec3682dac3625
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as AccountForm from "../../../components/Preferences/AccountForm"
import { GlobalSnackbar } from "../../../components/Snackbar/GlobalSnackbar"
import { renderWithAuth } from "../../../testHelpers"
import * as AuthXService from "../../../xServices/auth/authXService"
import { Language, AccountPage } from "./AccountPage"
import { AccountPage, Language } from "./AccountPage"

const renderPage = () => {
return renderWithAuth(
Expand Down