Commit b737ddf4 authored by Muhammadali's avatar Muhammadali

update version: 1.1.3

parent b81b2e8d
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.1.2", "version": "1.1.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
import React from 'react'; import React from 'react';
import { createRoot } from 'react-dom/client'; import { createRoot } from 'react-dom/client';
// import { Toaster } from 'react-hot-toast'; import { Toaster } from 'react-hot-toast';
import { BoxDialer } from './lib/boxDIaler'; import { BoxDialer } from './lib/boxDIaler';
// import Root from './root'; import Root from './root';
import './index.css'; import './index.css';
window.BoxDialer = new BoxDialer(); window.BoxDialer = new BoxDialer();
...@@ -13,8 +13,7 @@ const root = createRoot(container); ...@@ -13,8 +13,7 @@ const root = createRoot(container);
root.render( root.render(
<React.StrictMode> <React.StrictMode>
{/* <Toaster /> */} <Toaster />
{/* <Root /> */} <Root />
<div></div>
</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