Does this work?
This commit is contained in:
@ -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 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user