mirror of
https://github.com/noahpaige/portfolio-website.git
synced 2026-06-09 08:37:59 -06:00
create page, component structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import "../App.css";
|
||||
|
||||
function Splash() {
|
||||
return (
|
||||
<div className="h-full w-full">
|
||||
<h1>Splash</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Splash;
|
||||
Reference in New Issue
Block a user