fix types

This commit is contained in:
tjs 2022-02-14 13:33:09 -05:00
parent 3965079225
commit f0e59a72b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { Disclosure } from '@headlessui/react'
import { ChevronDownIcon } from '@heroicons/react/solid'
import { ReactNode } from 'hoist-non-react-statics/node_modules/@types/react'
import { ReactNode } from 'react'
export const Table = ({ children }) => (
<table className="min-w-full">{children}</table>