mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-09 03:12:26 +00:00
Fix import
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user