import React from "react"; import ChessBed from "../componets/ChessBed.js"; export default function Home() { const langstyle = { width: "350px", height: "165px", border: "none", }; return (

Andrew Simonson

Computer Science student at Rochester Institute of Technology

); }