mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
Merge branch 'develop' of ssh://gitea.gofwd.group:2225/dstrawsb/ballistic-builder into develop
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Provider } from "../components/ui/provider"
|
||||
//import { Provider } from "../components/ui/provider"
|
||||
import "../styles/globals.css";
|
||||
import Navbar from "../components/Navbar";
|
||||
import PopNav from "@src/components/PopNav/page";
|
||||
@@ -22,10 +22,10 @@ export default function RootLayout(props: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html suppressHydrationWarning className={inter.className}>
|
||||
<body className="bg-slate-200 ">
|
||||
<Provider>
|
||||
|
||||
<Navbar />
|
||||
<PopNav />
|
||||
{children}</Provider>
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user