Commit 7c421412 authored by Muhammadali's avatar Muhammadali

update verison: 0.2.1

parent 79c90eb8
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.2.0", "version": "0.2.1",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -17,6 +17,6 @@ const root = createRoot(container); ...@@ -17,6 +17,6 @@ const root = createRoot(container);
root.render( root.render(
<React.StrictMode> <React.StrictMode>
<Toaster /> <Toaster />
{/* <WidjetButton /> */} <WidjetButton />
</React.StrictMode>, </React.StrictMode>,
); );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment