next.js/test/integration/future/pages/index.js
index.js6 lines161 B
import moment from 'moment'
if (typeof window !== 'undefined') {
  window.moment = moment
}
export default () => <h1>Current time: {moment().format('LLL')}</h1>
Quest for Codev2.0.0
/
SIGN IN