Does this work?

This commit is contained in:
2025-04-24 12:03:03 -06:00
parent ee44847974
commit f33dc130b8
9 changed files with 203 additions and 14 deletions

View File

@ -1,3 +1,4 @@
import HomeButtonLinks from "../components/HomeButtonLinks.tsx";
import SocialLinks from "../components/SocialLinks.tsx";
import TechLinks from "../components/TechLinks.tsx";
@ -22,6 +23,8 @@ export default function Home() {
<h2 class="text-2xl font-bold">Stuff I Use:</h2>
<TechLinks />
<HomeButtonLinks />
</>
);
}