mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Deno is better ✨
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
const ImageComponent = (label: string, url: URL) => ``;
|
||||
|
||||
export default ImageComponent
|
||||
@@ -0,0 +1,3 @@
|
||||
const LinkComponent = (label: string, url: string) => `[${label}](${url})`;
|
||||
|
||||
export default LinkComponent;
|
||||
Reference in New Issue
Block a user