Commit b81b2e8d authored by Muhammadali's avatar Muhammadali

version: v

parent b5995fa9
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.1.1", "version": "1.1.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
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';
...@@ -13,7 +13,8 @@ const root = createRoot(container); ...@@ -13,7 +13,8 @@ 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