Files
Jan Kaifer c341c7648e Test imports of all file types (#43751)
Test imports of `.js`, `.jsx`, `.ts` and `.tsx` from all file types.

Co-authored-by: Tim Neutkens <6324199+timneutkens@users.noreply.github.com>
2022-12-08 09:42:47 +00:00

4 lines
72 B
JavaScript

export default function CompJs() {
return <div id="js">CompJs</div>
}