refactor phase 3a pages-account targeted actions imports

This commit is contained in:
2026-03-12 09:34:16 +00:00
parent 72e4655188
commit 3550faf051
3 changed files with 12 additions and 8 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ import { JSONPath as jsonpath } from "jsonpath-plus";
import { reduxForm, formValueSelector } from "redux-form";
import RegisterForm from "../../components/account/registerform";
import { dehashString, hashAPIPath, getIP } from "../../actions";
import { dehashString, hashAPIPath } from "../../actions/core/hash";
import { getIP } from "../../actions/core/logger";
import { getSession, useSession, signIn, signOut } from "next-auth/react";
const Home = (props) => {