mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 23:10:00 +02:00
Fix import
This commit is contained in:
parent
25da440049
commit
73a5dfd068
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import Enable2FaForm from "./components/Enable2FaForm";
|
import Enable2FaForm from "@app/components/Enable2FaForm";
|
||||||
|
|
||||||
export default function ProfileGeneralPage() {
|
export default function ProfileGeneralPage() {
|
||||||
const [open, setOpen] = useState(true);
|
const [open, setOpen] = useState(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue