Polished initial page

This commit is contained in:
Keannu Christian Bernasol 2023-02-13 22:49:32 +08:00
parent e43f1965f9
commit da35d27e76
6 changed files with 121 additions and 46 deletions

View file

@ -0,0 +1,5 @@
import React from "react";
export default function header() {
return <div>{"header"}</div>;
}