Login: add browser detector

This commit is contained in:
Timofey Boyko 2024-08-23 14:32:16 +03:00
parent a6b8e53cce
commit 6bb100ab29

View File

@ -37,6 +37,7 @@ import { Providers } from "@/providers";
import { getColorTheme, getSettings } from "@/utils/actions";
import "../styles/globals.scss";
import Scripts from "@/components/Scripts";
export default async function RootLayout({
children,
@ -136,6 +137,7 @@ export default async function RootLayout({
{children}
</Providers>
</StyledComponentsRegistry>
<Scripts />
</body>
</html>
);