From 7ab6700c111e8b40f0d7ef4de9c124057a19caad Mon Sep 17 00:00:00 2001 From: nflnkr <105123049+nflnkr@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:51:17 +0300 Subject: [PATCH] add widget usage script example --- src/widget.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/widget.tsx b/src/widget.tsx index 6ada379..703071c 100644 --- a/src/widget.tsx +++ b/src/widget.tsx @@ -22,3 +22,13 @@ const widget = { }; export default widget; + +/* + +*/