Commit 4d1f9c82 by Arjun Jhukal

updated the minor change

parent defbb2f4
......@@ -4,10 +4,9 @@ import { Coin, User } from '@wandersonalwes/iconsax-react';
import React from 'react'
export default function AccountLayout({ children, page }: { children: React.ReactNode; page: React.ReactNode }) {
export default function AccountLayout({ children }: { children: React.ReactNode; }) {
return (
<section className="account__root">
{children}
</section>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment