Commit 2d72335d authored by Muhammadali's avatar Muhammadali

update-

parent bc3a2277
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.47", "version": "4.8.48",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
/** @format */ /** @format */
import React from 'react'; import React, { createContext } from 'react';
import { createContext } from 'react';
import { useState } from 'react'; import { useState } from 'react';
export const contextModalEventProperty = createContext(); export const contextModalEventProperty = createContext();
const ModalEventProperty = ({ children }) => { const ModalEventProperty = ({ children }) => {
......
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