import { forwardRef } from'react';
// I have no idea how any of this works. But it works. Thanks Jared. https://gist.github.com/jaredpalmer/80982b3d787359762506fce578108358functionforwardRefWithUse(comp) {
returnforwardRef(comp);
}
export { forwardRefWithUse };