this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Initial commit

alice 0030a272 16852a3a

+11 -2
+11 -2
app/page.tsx
··· 1 - /** Add your relevant code here for the issue to reproduce */ 1 + import Link from "next/link"; 2 + 2 3 export default function Home() { 3 - return null 4 + return ( 5 + <> 6 + <div className="main"> 7 + <Link href="https://tktk">๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</Link> 8 + <Link href="https://tktk">๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</Link> 9 + <Link href="https://tktk">me</Link> 10 + </div> 11 + </> 12 + ); 4 13 }