Comments, appointments adjustments, fixed some issues
This commit is contained in:
@@ -4,11 +4,14 @@ import DisplayNav from "@/components/Navigation";
|
||||
import Footer from "@/components/Footer";
|
||||
import ClientProviders from "@/components/ClientProviders";
|
||||
|
||||
//Page title and description
|
||||
export const metadata = {
|
||||
title: "Leon's Pet Store",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
//Root layout
|
||||
//Wraps every page with the nav, footer, and all context providers
|
||||
export default function RootLayout({children}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
|
||||
Reference in New Issue
Block a user