feat : implement the quick pay screen
This commit is contained in:
@@ -13,6 +13,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
const links = [
|
||||
{ label: "Account Summary", href: "/accounts" },
|
||||
{ label: "Statement of Account", href: "/accounts/account_statement" },
|
||||
{ label: "Account Details", href: "/accounts/account_details" },
|
||||
];
|
||||
useEffect(() => {
|
||||
const token = localStorage.getItem("access_token");
|
||||
|
Reference in New Issue
Block a user