rsnext/examples/with-asset-imports/pages/index.js

5 lines
85 B
JavaScript
Raw Normal View History

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