File tree 2 files changed +2
-2
lines changed
PreferencesPages/AccountPage
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { useActor } from "@xstate/react"
3
3
import React , { useContext } from "react"
4
4
import { Navigate , useLocation } from "react-router-dom"
5
5
import { Footer } from "../../components/Page/Footer"
6
+ import { SignInForm } from "../../components/SignIn"
6
7
import { retrieveRedirect } from "../../util/redirect"
7
8
import { XServiceContext } from "../../xServices/StateContext"
8
- import { SignInForm } from "../../components/SignIn"
9
9
10
10
export const useStyles = makeStyles ( ( theme ) => ( {
11
11
root : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import * as AccountForm from "../../../components/Preferences/AccountForm"
5
5
import { GlobalSnackbar } from "../../../components/Snackbar/GlobalSnackbar"
6
6
import { renderWithAuth } from "../../../testHelpers"
7
7
import * as AuthXService from "../../../xServices/auth/authXService"
8
- import { Language , AccountPage } from "./AccountPage"
8
+ import { AccountPage , Language } from "./AccountPage"
9
9
10
10
const renderPage = ( ) => {
11
11
return renderWithAuth (
You can’t perform that action at this time.
0 commit comments