Skip to content

Commit 7cbf0d3

Browse files
committed
fixup
1 parent f568ccf commit 7cbf0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/PreferencesPages/AccountPage/AccountPage.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as AccountForm from "../../../components/Preferences/AccountForm"
55
import { GlobalSnackbar } from "../../../components/Snackbar/GlobalSnackbar"
66
import { renderWithAuth } from "../../../testHelpers"
77
import * as AuthXService from "../../../xServices/auth/authXService"
8-
import { Language, AccountPage } from "./AccountPage"
8+
import { AccountPage, Language } from "./AccountPage"
99

1010
const renderPage = () => {
1111
return renderWithAuth(

0 commit comments

Comments
 (0)