This commit is contained in:
Justin Edmund 2020-09-17 16:53:24 -07:00
parent 7d6d5e2e1d
commit 0443e76384

View file

@ -6,7 +6,7 @@ import Menu from '../../../assets/menu'
import Link from '../../../assets/link'
interface Props {
type: string
type: string | null
click: () => void
}