AbdulElahGwaith's picture
Upload folder using huggingface_hub
c9d0005 verified
Raw
History Blame Contribute Delete
137 Bytes
import { createContext } from 'react';
export const FRContext = createContext(null);
export const ConfigContext = createContext(null);