소스 검색

Fix import

Owen Schwartz 7 달 전
부모
커밋
25a724f453
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);