Commit 7bda603b by Arjun Jhukal

updated the minor changes

parent bc7aa412
......@@ -5,7 +5,9 @@ import React from 'react'
export default function PrivateUserLayout({ children }: { children: React.ReactNode }) {
return (
// <ServerPrivate>
{ children }
<>
{children}
</>
// </ServerPrivate>
)
}
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