import React, { Component } from react class MyComponent extends Component { render = () => { return (

Notifications

{ if @notifications.total_pages > 1 }
{ paginate @notifications }
{ end }
) } } export default MyComponent