diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx index 9b321bd1..2aefbb9c 100644 --- a/app/(marketing)/page.tsx +++ b/app/(marketing)/page.tsx @@ -4,6 +4,7 @@ import { env } from "@/env.mjs" import { siteConfig } from "@/config/site" import { cn } from "@/lib/utils" import { buttonVariants } from "@/components/ui/button" +import { Icons } from "@/components/icons" async function getGitHubStars(): Promise { try { @@ -41,10 +42,11 @@ export default async function IndexPage() {
Follow along on Twitter +

An example app built using Next.js 13 server components.