build(deps): update latest

This commit is contained in:
Divlo
2022-05-12 20:35:46 +02:00
parent 4cd817bb01
commit f555e406ef
27 changed files with 6675 additions and 4615 deletions

View File

@ -4,7 +4,7 @@ export interface MainProps {
className?: string
}
export const Main: React.FC<MainProps> = (props) => {
export const Main: React.FC<React.PropsWithChildren<MainProps>> = (props) => {
const { children, className } = props
return (