begin working on frontend

This commit is contained in:
StevanFreeborn
2022-06-24 23:23:06 -05:00
parent 775d98497d
commit 5988799ba3
17 changed files with 518 additions and 152 deletions
+7
View File
@@ -0,0 +1,7 @@
import React from "react";
export default function About() {
return (
<h1>About</h1>
);
}