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:
5
components/CountUp/index.ts
Normal file
5
components/CountUp/index.ts
Normal 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";
|
Reference in New Issue
Block a user