mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
const LinkComponent = (label: string, url: string) => `[${label}](${url})`;
|
|
|
|
export default LinkComponent; |