// Dependencies import { linkClasses } from '@freesewing/utils' // Hooks import React, { useState } from 'react' /** * A component to ask people to support FreeSewing financially * * This component will pass down all props to the Subscribe component * * @component * @param {object} props - All component props * @param {boolean} [props.dense = undefined] - Whether to render a more dense view * @param {object} [props.js = undefined] - An optional Javascript Object to highlight * @param {JSX.Element} props.children - The component children, will be rendered if props.js is not set * @returns {JSX.Element} */ export const PleaseSubscribe = (props = {}) => (
{txt}
))}