UNPKG
inegicomponentes-grafica
Version:
latest (1.1.69)
1.1.69
Componentes de visualizacion 2023 - Graficas
inegicomponentes-grafica
/
src
/
Stores
/
_Contexto.js
6 lines
(5 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
6
import
{createContext}
from
'react'
;
const
Contexto
=
createContext
();
export
{
Contexto
}