mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
c341c7648e
Test imports of `.js`, `.jsx`, `.ts` and `.tsx` from all file types. Co-authored-by: Tim Neutkens <6324199+timneutkens@users.noreply.github.com>
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
export default function CompJs() {
|
|
return <div id="js">CompJs</div>
|
|
}
|