1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-02 01:46:37 -04:00
Files
jarv.is/components/CountUp/index.ts

7 lines
279 B
TypeScript

"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.
// see: https://react.dev/reference/rsc/use-client#using-third-party-libraries
export { default } from "react-countup";