Apply Stitch media operations redesign
This commit is contained in:
@@ -7,6 +7,7 @@ import HeaderActions from './ui/HeaderActions'
|
||||
import HeaderIdentity from './ui/HeaderIdentity'
|
||||
import SiteStatus from './ui/SiteStatus'
|
||||
import UserViewBanner from './ui/UserViewBanner'
|
||||
import WorkspaceNavigation from './ui/WorkspaceNavigation'
|
||||
|
||||
export const metadata = {
|
||||
title: 'Magent',
|
||||
@@ -37,6 +38,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
|
||||
<HeaderActions />
|
||||
</div>
|
||||
</header>
|
||||
<WorkspaceNavigation />
|
||||
<UserViewBanner />
|
||||
<SiteStatus />
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user