We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40739f0 commit d8df023Copy full SHA for d8df023
app/page.tsx
@@ -4,6 +4,10 @@ import Link from "next/link";
4
5
const inter = Inter({ subsets: ["latin"] });
6
7
+{
8
+ /*Icons from https://heroicons.com/*/
9
+}
10
+
11
export default function Home() {
12
return (
13
<main
0 commit comments