I am trying to import jsx file in tsx file. This is causing the error
error TS2604: JSX element type \'Test\' does not have any construct or call s
I create the jsx from tsx and after decide if use it. Or another component. You can look at the code on this github repository.