From 3c0a154b50b44702344a8c7a2d78f4bebe439695 Mon Sep 17 00:00:00 2001
From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com>
Date: Thu, 9 Dec 2021 20:05:55 -0600
Subject: [PATCH] example draft of jsx api
---
example.js | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
create mode 100644 example.js
diff --git a/example.js b/example.js
new file mode 100644
index 0000000..5f37024
--- /dev/null
+++ b/example.js
@@ -0,0 +1,79 @@
+/* eslint-disable unicorn/no-abusive-eslint-disable */
+/* eslint-disable */
+// @ts-nocheck
+function KitchenSink() {
+ return (
+ <>
+ {/* content */}
+ some random text **here** all of it gets merged into the message content,
+ separated by space
+
+
+ {/* embeds */}
+
+ {/* files */}
+
+ {/* components */}
+