fix: update beauty-button

This commit is contained in:
2025-07-08 10:57:44 +03:00
parent ea8a152711
commit 919c3c462e
7 changed files with 109 additions and 4 deletions

View File

@@ -30,11 +30,11 @@ export default function RootLayout({
return (
<html lang='en'>
<body className={`${roboto.variable} ${montseratt.variable}`}>
<Header />
<ModalProvider>
<Header />
<main>{children}</main>
<Footer />
</ModalProvider>
<Footer />
</body>
</html>
);