Skip to content

Commit

Permalink
fix: export LayoutProps in index
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Aug 24, 2023
1 parent e6dee9e commit 395ed0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-theme-project-portal/src/layouts/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { Layout } from "./Layout"
export type { LayoutProps } from "./Layout"
export { ProjectDetailPage } from "./ProjectDetailPage"
export { CardPageLayout } from "./CardPageLayout"
export { AboutPageLayout } from "./AboutPageLayout"
Expand Down

0 comments on commit 395ed0d

Please sign in to comment.