Update deps
This commit is contained in:
parent
53514d68cb
commit
302575f129
16 changed files with 69 additions and 70 deletions
|
|
@ -25,9 +25,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||
return (
|
||||
<html lang="en">
|
||||
<body>
|
||||
<MultiProvider>
|
||||
{children}
|
||||
</MultiProvider>
|
||||
<MultiProvider>{children}</MultiProvider>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue