mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 20:15:31 -04:00
fix: batch server requests from posts list
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
// marking the library as a proper client component so that react doesn't complain about hydration whenever we use it in
|
||||
// a server component.
|
||||
// see: https://react.dev/reference/rsc/use-client#using-third-party-libraries
|
||||
export { default } from "react-countup";
|
||||
export { default as CountUp } from "react-countup";
|
||||
|
||||
Reference in New Issue
Block a user