Authentication And Serive Engineer Portal is added
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
import "./globals.css";
|
||||
|
||||
import SessionWrapper from "./sessionWrapper";
|
||||
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -12,7 +12,11 @@ export default function RootLayout({
|
||||
<html
|
||||
lang="en"
|
||||
>
|
||||
<body >{children}</body>
|
||||
<body>
|
||||
<SessionWrapper>
|
||||
{children}
|
||||
</SessionWrapper>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user