mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
window.ua = navigator.userAgent
|
|
|
|
export default function PureClient() {
|
|
return <p id="pure-client">navigator</p>
|
|
}
|