Commit 718bf101 authored by Muhammadali's avatar Muhammadali

update version: 0.7.4

parent 0a87bc47
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.7.3", "version": "0.7.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import { Menu, Transition } from '@headlessui/react'; import { Menu, Transition } from '@headlessui/react';
import React, { Fragment } from 'react'; import React, { Fragment } from 'react';
// import './style.css' import './style.css';
function classNames(...classes) { function classNames(...classes) {
return classes.filter(Boolean).join(' '); return classes.filter(Boolean).join(' ');
} }
......
...@@ -5,7 +5,7 @@ import WidjetBlock, { ...@@ -5,7 +5,7 @@ import WidjetBlock, {
DialPadIcon, DialPadIcon,
Input, Input,
ModalPhoneDropDowm, ModalPhoneDropDowm,
NumberButton, NumberButton
} from './style'; } from './style';
import numbers from './numbers'; import numbers from './numbers';
......
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