Commit b81b2e8d authored by Muhammadali's avatar Muhammadali

version: v

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