From a2b76c9e698dc56a71f7132e70ff103463126dd3 Mon Sep 17 00:00:00 2001 From: "Orace.A" Date: Mon, 24 Mar 2025 20:26:28 +0100 Subject: [PATCH] fix: remove files --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..096983b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; +import NextTopLoader from "nextjs-toploader"; const geistSans = Geist({ variable: "--font-geist-sans", @@ -13,8 +14,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Private Docs", + description: "Un application de gestion de documents", }; export default function RootLayout({ @@ -27,6 +28,7 @@ export default function RootLayout({ + {children}