Skip to content

Commit

Permalink
Add page footer to exported components
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceR committed Dec 16, 2024
1 parent c7846f8 commit fc7d58e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import PageHero from '$components/common/page-hero';
import StoriesHubContent from '$components/stories/hub/hub-content';
import { useFiltersWithQS } from '$components/common/catalog/controls/hooks/use-filters-with-query';
import PageHeader from '$components/common/page-header';
import PageFooter from '$components/common/page-footer';
import type {
NavItem,
InternalNavLink,
Expand Down Expand Up @@ -65,6 +66,7 @@ export {
PageMainContent,
PageHero,
PageHeader,
PageFooter,
ReactQueryProvider,
EnvConfigProvider,
StoriesHubContent,
Expand Down

0 comments on commit fc7d58e

Please sign in to comment.