for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import rangefield from './components/rangefield';
const init = () => {
rangefield();
};
init(); //call on load
export default init;