diff --git a/pages/app-layout/runtime-drawers-with-only-global.page.tsx b/pages/app-layout/runtime-drawers-with-only-global.page.tsx index 6e8c4a37ef..a69b4df7a2 100644 --- a/pages/app-layout/runtime-drawers-with-only-global.page.tsx +++ b/pages/app-layout/runtime-drawers-with-only-global.page.tsx @@ -7,6 +7,7 @@ import { AppLayout } from '~components'; import awsuiPlugins from '~components/internal/plugins'; import ScreenshotArea from '../utils/screenshot-area'; +import labels from './utils/labels'; awsuiPlugins.appLayout.registerDrawer({ id: 'circle-global', @@ -43,7 +44,15 @@ awsuiPlugins.appLayout.registerDrawer({ export default function WithDrawersGlobalOnly() { return ( - + +

Content title

+ + } + />
); }