rsnext/test/integration/invalid-page-autoExport/pages/also-valid.js
JJ Kasper 090a06bb2c
Add handling for invalid pages during autoExport (#7574)
* Add handling for invalid pages during autoExport

* Add err.sh link for invalid page export

* Fix typo

* Apply suggestions from code review

Co-Authored-By: Tim Neutkens <tim@timneutkens.nl>
2019-06-13 17:08:19 -07:00

7 lines
144 B
JavaScript

import React, { Component } from 'react'
export default class AlsoValid extends Component {
render () {
return <div>Hi there</div>
}
}