mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 18:56:29 +02:00
9 lines
320 B
TypeScript
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>
|
|
);
|