Skip to content

Commit

Permalink
refactor: move confirm-email page to (account) internal category
Browse files Browse the repository at this point in the history
  • Loading branch information
corp-0 committed Mar 9, 2024
1 parent 00d5b3f commit 7c6a3e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
import {usePathname} from "next/navigation";
import {postMailConfirmationToken} from "./actions";
import React, {useEffect, useState} from "react";
import Panel from "../../common/uiLibrary/panel";
import ContactInformation from "../../(home)/contactInformation";
import Panel from "../../../common/uiLibrary/panel";
import ContactInformation from "../../../(home)/contactInformation";


const MailConfirmationPage = () => {
const [response, setResponse] = useState<{ success?: boolean; error?: string }>({});
Expand Down

0 comments on commit 7c6a3e3

Please sign in to comment.