1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix(resume): wrong dates

This commit is contained in:
Divlo
2022-05-03 10:05:11 +02:00
parent fb689c9bc1
commit 5d3a287b27
13 changed files with 8036 additions and 4800 deletions

View File

@ -1,6 +1,6 @@
import { useEffect, useRef } from 'react'
export const RevealFade: React.FC = (props) => {
export const RevealFade: React.FC<React.PropsWithChildren<{}>> = (props) => {
const { children } = props
const htmlElement = useRef<HTMLDivElement>(null)