mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
fixed layout to all app pages. updated product page to use api/products
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { Provider } from "../components/ui/provider"
|
||||
import "../styles/globals.css";
|
||||
import Navbar from "../components/Navbar";
|
||||
|
||||
|
||||
export const metadata = {
|
||||
title: 'Ballistic Builder',
|
||||
description: 'Freedom On',
|
||||
@@ -11,7 +14,9 @@ export default function RootLayout(props: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html suppressHydrationWarning>
|
||||
<body>
|
||||
<Provider>{children}</Provider>
|
||||
<Provider>
|
||||
<Navbar />
|
||||
{children}</Provider>
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user