mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
10 lines
191 B
TypeScript
10 lines
191 B
TypeScript
import React from 'react'
|
|
|
|
import * as types from 'lib/types'
|
|
|
|
// import styles from './styles.module.css'
|
|
|
|
export const PageHead: React.FC<types.PageProps> = ({ site }) => {
|
|
return null
|
|
}
|