@kadconsulting/dry
Version:
KAD Reusable Component Library
8 lines • 430 B
JavaScript
// @ts-nocheck
'use client';
import { jsx as _jsx } from "react/jsx-runtime";
const mockCardContent = () => {
return (_jsx("span", { children: "Our junior golf class introduces golf to kids aged 3-6 through fun and age-appropriate activities. Our junior golf class introduces golf to kids aged 3-6 through fun and age-appropriate activities." }));
};
export default mockCardContent;
//# sourceMappingURL=mockCardContent.js.map