diff --git a/apps/playground/src/app/components/pages/action-hub/action-hub.module.ts b/apps/playground/src/app/components/pages/action-hub/action-hub.module.ts
index bd891084e7..892679309a 100644
--- a/apps/playground/src/app/components/pages/action-hub/action-hub.module.ts
+++ b/apps/playground/src/app/components/pages/action-hub/action-hub.module.ts
@@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { SkyIdModule } from '@skyux/core';
import { SkyInputBoxModule } from '@skyux/forms';
-import { SkyFluidGridModule } from '@skyux/layout';
+import { SkyBoxModule, SkyFluidGridModule } from '@skyux/layout';
import { SkyModalModule } from '@skyux/modals';
import { SkyActionHubModule } from '@skyux/pages';
@@ -25,6 +25,7 @@ import { SettingsComponent } from './settings/settings.component';
SkyIdModule,
SkyInputBoxModule,
SkyModalModule,
+ SkyBoxModule,
],
})
export class ActionHubModule {
diff --git a/apps/playground/src/app/components/pages/action-hub/recent/action-hub-recent-links.component.html b/apps/playground/src/app/components/pages/action-hub/recent/action-hub-recent-links.component.html
index 859dbf2fa8..56a099db5d 100644
--- a/apps/playground/src/app/components/pages/action-hub/recent/action-hub-recent-links.component.html
+++ b/apps/playground/src/app/components/pages/action-hub/recent/action-hub-recent-links.component.html
@@ -39,4 +39,12 @@
Undefined
+ This is the content area.