From 572be300752c0715c951e863378499e3cfc728cc Mon Sep 17 00:00:00 2001 From: Colby Fayock Date: Fri, 12 Apr 2024 14:49:18 -0300 Subject: [PATCH] Step 4: Adding a custom event --- app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/page.tsx b/app/page.tsx index 5705d4e..b1dd77a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,8 +1,16 @@ +"use client"; +import { usePlausible } from 'next-plausible' import Image from "next/image"; export default function Home() { + const plausible = usePlausible(); return (
+

+ +

Get started by editing