1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 16:05:33 -04:00

have hit counter start at zero during suspense, then count up

This commit is contained in:
2025-03-27 10:08:18 -04:00
parent bbf6e9dc66
commit 0080c4925b
8 changed files with 40 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
"use client";
// marking the library as a proper client component so that react doesn't complain about hydration whenever we use it in
// a server component.
export { default } from "react-countup";