Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-08 11:27:58 +00:00

View File

@@ -13,7 +13,7 @@ const RootLayout = ({
}) => {
return (
<html lang="en" suppressHydrationWarning>
<body>
<body suppressHydrationWarning>
<ServiceWrapper>
{children}
</ServiceWrapper>
@@ -1402,4 +1402,4 @@ export default RootLayout;
// ServiceWrapper component
const ServiceWrapper = ({ children }: { children: React.ReactNode }) => {
return <>{children}</>;
};
};