Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
feat(@chill-viking/layout): include footer in LayoutContext
Browse files Browse the repository at this point in the history
Related to #35
  • Loading branch information
peterjokumsen committed Dec 29, 2022
1 parent a7fa246 commit 2136e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/layout/src/lib/models/layout-context.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { LayoutFooterContext } from './layout-footer-context';
import { LayoutHeaderContext } from './layout-header-context';

export type LayoutContext = {
header: LayoutHeaderContext;
footer?: LayoutFooterContext;
};

0 comments on commit 2136e13

Please sign in to comment.