fix: some duplications and tags
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import ClientSideWrapper from "@/components/wrapper/ClientSideWrapper";
|
||||
|
||||
export const metadata = {
|
||||
title: 'Orders',
|
||||
}
|
||||
@@ -11,8 +9,8 @@ export default function MenuLayout({
|
||||
}>) {
|
||||
|
||||
return (
|
||||
<ClientSideWrapper>
|
||||
<>
|
||||
{children}
|
||||
</ClientSideWrapper>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user