Skip to content

Commit

Permalink
fix: export LayoutProps from Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Aug 24, 2023
1 parent fd8b5f0 commit 11f1286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { graphql } from "gatsby"
import { Footer, BottomBanner, DevelopmentBanner, Navbar } from "../components"
import { ImageDataLike } from "gatsby-plugin-image"

interface LayoutProps {
export interface LayoutProps {
path: string
title: string
description: string
Expand Down

0 comments on commit 11f1286

Please sign in to comment.