adding delay again

This commit is contained in:
2022-04-10 00:15:23 +01:00
parent 8fb61a39ae
commit 3d6ec6aeec

View File

@ -18,7 +18,7 @@ import Skills from '../sections/Skills';
// Component // Component
//============================================================ //============================================================
const DELAY = 0; const DELAY = 1000;
const FrontPage = () => { const FrontPage = () => {
return ( return (