mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 21:38:25 +02:00
header, icon, favicon, main page
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Intro from "../components/Intro";
|
||||
|
||||
export default function Home() {
|
||||
|
||||
return(
|
||||
<div className="">
|
||||
<Intro></Intro>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user