feat: feed feature, typescript, remove google, fix errs & warns
publish / Build-and-publish (push) Successful in 13m32s
publish / Build-and-publish (push) Successful in 13m32s
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
import React, { useEffect } from 'react'
|
||||
import { PageProps } from 'gatsby'
|
||||
|
||||
import Navibar from './navibar'
|
||||
import HeroSection from './herosection'
|
||||
import Footer from './footer'
|
||||
|
||||
type DataProps = {
|
||||
children?: React.ReactNode
|
||||
heroSection: boolean
|
||||
}
|
||||
import type { LayoutProps } from '../types'
|
||||
|
||||
const Layout: React.FC<PageProps<DataProps>> = ({
|
||||
const Layout: React.FC<LayoutProps> = ({
|
||||
location,
|
||||
children,
|
||||
heroSection = true,
|
||||
|
||||
Reference in New Issue
Block a user