Update Layout

This commit is contained in:
Justin Edmund 2022-12-27 17:14:16 -08:00
parent e256be2fba
commit 1420d792df

View file

@ -1,5 +1,5 @@
import type { ReactElement } from 'react'
import TopHeader from '~components/TopHeader'
import TopHeader from '~components/Header'
interface Props {
children: ReactElement