Commit 0a87bc47 authored by Muhammadali's avatar Muhammadali

update version: 0.7.3

parent 4aebdcea
{
"name": "boxdialer",
"version": "0.7.1",
"version": "0.7.3",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -2,7 +2,7 @@
import { Menu, Transition } from '@headlessui/react';
import React, { Fragment } from 'react';
import './style.css'
// import './style.css'
function classNames(...classes) {
return classes.filter(Boolean).join(' ');
}
......
......@@ -16,7 +16,6 @@ import CallIcon from '@mui/icons-material/Call';
import { toast } from 'react-hot-toast';
import DropDownTailwind from '../TailwindComponents/DropDown';
import TimerUi from '../TimerUi';
import '../../index.css';
const WidjetButton = ({ data, onSetDnd, position }) => {
if (!data) {
......
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