export const HomePage = () => (
  <div data-testid={PAGE_HOME_TEST_ID}>
    <H1>All Pages</H1>
    <PagesList />
  </div>