/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
spatie
/
ignition
/
resources
/
js
/
contexts
/
Upload File
HOME
import { createContext } from 'react'; import { IgniteData } from '../types'; // @ts-ignore export const IgniteDataContext = createContext<IgniteData>();