// import helper from "./src/gh-helper"; // import hook from "./src/gh-hook"; // const UseReact = { hook, helper }; // export default UseReact; // export { hook, helper }; export * from "./gh-hook"; export * from "./gh-helper";