Commit b737ddf4 authored by Muhammadali's avatar Muhammadali

update version: 1.1.3

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