Skip to content

Commit 420b2d0

Browse files
committed
feat: header
1 parent 8165f0f commit 420b2d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: apps/msal-react-demo/src/app/layout.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import 'tailwindcss/tailwind.css';
44
import { MsalProviderComponent } from '@my-workspace/lib-msal-react';
55
import { Metadata } from 'next';
6+
import { Header } from '@my-workspace/ui';
67

78
// export const metadata: Metadata = {
89
// title: 'Home',
@@ -18,6 +19,7 @@ export default function RootLayout({
1819
<html lang="en">
1920
<body>
2021
<MsalProviderComponent>
22+
<Header />
2123
<div id="layout-children">{children}</div>
2224
</MsalProviderComponent>
2325
</body>

0 commit comments

Comments
 (0)