1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 10:46:13 +02:00
Files
csslayout/components/Follow.tsx
2022-08-21 20:57:57 +07:00

9 lines
320 B
TypeScript

import * as React from 'react';
export const Follow = () => (
<div className="block-follow">
If you find this site helpful, follow me on <a href="https://twitter.com/nghuuphuoc">Twitter</a> and{' '}
<a href="https://github.com/phuocng">GitHub</a> to get more useful content like this.
</div>
);