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

export default () => (
  <ActionFooter
    start="FakeLink Start Action"
  />
);
