mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
put body inside registry
This commit is contained in:
parent
b7aa9a8157
commit
c71ad00f1a
|
@ -13,9 +13,9 @@ export default function RootLayout({
|
||||||
}>) {
|
}>) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<BodyPixelRatio>
|
<StyledComponentsRegistry>
|
||||||
<StyledComponentsRegistry>{children}</StyledComponentsRegistry>
|
<BodyPixelRatio>{children}</BodyPixelRatio>
|
||||||
</BodyPixelRatio>
|
</StyledComponentsRegistry>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue