Update deps

This commit is contained in:
Darren Clarke 2023-07-11 14:34:11 +00:00 committed by GitHub
parent 53514d68cb
commit 302575f129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 69 additions and 70 deletions

View file

@ -25,9 +25,7 @@ export default function Layout({ children }: LayoutProps) {
return (
<html lang="en">
<body>
<MultiProvider>
{children}
</MultiProvider>
<MultiProvider>{children}</MultiProvider>
</body>
</html>
);