```js function Epitath(props) { const gen = component(props); return compose(gen) } ``` is this ok?