Dashboard page layout component
Introduction
Layout component meant for dashobard-like pages, with sidebar and footer included.
Use
<PageLayout page="tenants">
<div className="hero">Main section</div>
</PageLayout>
Automated tests
Unit
Command : npm run test:unit
Test file location : /tests/pageLayout.unit.test.tsx
npm run test:unit:file pageLayout
Integration
Command : ???
Test file location : ???
???