fix: some duplications and tags

This commit is contained in:
Mahyar Khanbolooki
2025-07-19 18:57:50 +03:30
parent 08a5640016
commit 902623e196
15 changed files with 291 additions and 323 deletions
+2 -4
View File
@@ -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>
</>
);
}