mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
import React from 'react'
|
|
|
|
window.ua = navigator.userAgent
|
|
|
|
export default function Component() {
|
|
return <p>esm.mjs</p>
|
|
}
|