migrating to astro

This commit is contained in:
2022-08-15 22:29:21 +01:00
parent a5b8a6a3e0
commit a3a94feb7a
8 changed files with 3186 additions and 117 deletions

View File

@@ -3,6 +3,7 @@
//============================================================
import React from "react";
import '../../index.css';
//============================================================
// Imported Components
@@ -19,7 +20,7 @@ import Projects from '../sections/Projects';
// Component
//============================================================
const DELAY = 750;
const DELAY = 0;
const FrontPage = () => {
return (