b91e262
1
2
3
4
5
6
window.ua = navigator.userAgent export default function PureClient() { return <p id="pure-client">navigator</p> }