Changes Completed in Overview

This commit is contained in:
2026-07-28 14:45:34 +05:30
parent 954de712a7
commit b8e833dbb9
70 changed files with 207 additions and 214 deletions

View File

@@ -2,6 +2,11 @@
import "./globals.css";
import SessionWrapper from "./sessionWrapper";
import { Inter } from "next/font/google";
const inter = Inter({
subsets: ["latin"],
});
export default function RootLayout({
children,
@@ -11,6 +16,7 @@ export default function RootLayout({
return (
<html
lang="en"
className={inter.className}
>
<body>
<SessionWrapper>