rsnext/examples/with-universal-configuration/pages/index.js

6 lines
98 B
JavaScript
Raw Normal View History

/* global BACKEND_URL */
export default () => (
<div>Loading data from { BACKEND_URL }</div>
)