Commit b5995fa9 authored by Muhammadali's avatar Muhammadali

update version: 1.1.1

parent daa26476
{
"name": "boxdialer",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -5,9 +5,9 @@ import CallIcon from '@mui/icons-material/Dialpad';
import { boxDialerWidjetPosition } from '../../lib/boxDialerWidjetPosition';
const DefaultWidjetStyle = styled.div`
margin: 0;
padding: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
box-sizing: border-box;
height: 70px;
min-width: 180px;
......
......@@ -4,7 +4,7 @@ import React from 'react';
import { createRoot } from 'react-dom/client';
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();
......@@ -14,6 +14,6 @@ const root = createRoot(container);
root.render(
<React.StrictMode>
<Toaster />
<Root />
{/* <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