Changes Completed in Overview
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user