Skipping between projects

This commit is contained in:
2022-08-08 13:11:23 +02:00
parent 41449f049d
commit ca3ec697b3
2 changed files with 14 additions and 3 deletions

View File

@ -8,6 +8,7 @@ import ProjectModal from "../components/ProjectModal";
import REPL from "../components/REPL";
import styles from "../styles/Home.module.css";
import type { ContentList } from "../lib/content/types";
import { useRouter } from "next/router";
const Home: NextPage<{ buildTime: string }> = ({ buildTime }) => {
const inputRef = useRef<HTMLInputElement>(null);