mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 09:05:22 -04:00
6 lines
200 B
TypeScript
6 lines
200 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.
|
|
export { default } from "react-countup";
|