import React from 'react';
import {creators} from '../redux/test-redux'; // Only gets included in state (pagination) because of this import

export default () => {
  return <div> another </div>
}
