rsnext/examples/using-inferno/pages/about.js
Arana Jhonny e01056d3f1 example using inferno v1.0.* (#663)
* example using inferno v1.0.*

* fix name.
2017-01-05 09:26:01 -08:00

5 lines
74 B
JavaScript

import React from 'react'
export default () => (
<div>About us</div>
)