reset initial commit

This commit is contained in:
2026-04-09 23:07:46 +02:00
parent 7782f800c1
commit 5941df3c39
36 changed files with 3202 additions and 222 deletions
-10
View File
@@ -1,10 +0,0 @@
import Intro from "../components/Intro";
export default function Home() {
return(
<div className="">
<Intro></Intro>
</div>
);
}