Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "how-do-it", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Crea popup para describir tu aplicacion", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,3 @@ | ||
const { useEffect, useState, useRef } = require("react"); | ||
const React = require("react"); | ||
const { useEffect, useState, useRef } = React | ||
@@ -3,0 +4,0 @@ function HowDoitProvider({content, children }) { |
3466
83