import react from "React"

const Foo = () => {
  return (
    <> hehexd </>
  );
}

export {
  Foo,
}
