rsnext/examples/with-asset-imports/pages/index.js
2017-09-08 23:21:06 +02:00

4 lines
85 B
JavaScript

import avatar from '../static/logo.png'
export default () =>
<img src={avatar} />