Browse Source

Fix import

Owen Schwartz 7 months ago
parent
commit
25a724f453
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/profile/general/page_.tsx

+ 1 - 1
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);