rsnext/test/integration/flying-shuttle/pages/index.js
Joe Haddad b543071440
Remove CLI and negative page building (#6986)
* Remove CLI and negative page building

* Remove select all tests

* Update test of getSpecifiedPages

* Prune old tests from snapshot

* Remove old flying shuttle tests
2019-04-09 22:57:46 -04:00

3 lines
50 B
JavaScript

export default () => (
<div>Hello World</div>
)