import { Donut } from 'rebass'

import OtherThing from 'other-place'

export const author = 'Fred'

export default props => <div {...props} />

# Hello, world!

This is a paragraph

```js
const foo = 'bar'
```
