mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
11 lines
190 B
TypeScript
11 lines
190 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 (
|
|
|
|
)
|
|
} |