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 (
|
||||
<html lang="en">
|
||||
<BodyPixelRatio>
|
||||
<StyledComponentsRegistry>{children}</StyledComponentsRegistry>
|
||||
</BodyPixelRatio>
|
||||
<StyledComponentsRegistry>
|
||||
<BodyPixelRatio>{children}</BodyPixelRatio>
|
||||
</StyledComponentsRegistry>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue