We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8165f0f commit 420b2d0Copy full SHA for 420b2d0
apps/msal-react-demo/src/app/layout.tsx
@@ -3,6 +3,7 @@
3
import 'tailwindcss/tailwind.css';
4
import { MsalProviderComponent } from '@my-workspace/lib-msal-react';
5
import { Metadata } from 'next';
6
+import { Header } from '@my-workspace/ui';
7
8
// export const metadata: Metadata = {
9
// title: 'Home',
@@ -18,6 +19,7 @@ export default function RootLayout({
18
19
<html lang="en">
20
<body>
21
<MsalProviderComponent>
22
+ <Header />
23
<div id="layout-children">{children}</div>
24
</MsalProviderComponent>
25
</body>
0 commit comments