diff --git a/src/app/profile/general/page_.tsx b/src/app/profile/general/page_.tsx index 26ab15fc..7be110b2 100644 --- a/src/app/profile/general/page_.tsx +++ b/src/app/profile/general/page_.tsx @@ -1,7 +1,7 @@ "use client"; import { useState } from "react"; -import Enable2FaForm from "./components/Enable2FaForm"; +import Enable2FaForm from "@app/components/Enable2FaForm"; export default function ProfileGeneralPage() { const [open, setOpen] = useState(true);