File size: 117 Bytes
1e92f2d
 
 
 
 
1
2
3
4
5
6
window.ua = navigator.userAgent

export default function PureClient() {
  return <p id="pure-client">navigator</p>
}