Commit 13e3756b by Arjun Jhukal

cleared the logs

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