import React from 'react';
import ActionFooter from 'terra-action-footer/lib/ActionFooter';

export default () => (
  <ActionFooter
    end="FakeLink End Action"
  />
);
