import React from 'react';
import Button from 'terra-button';
import BlockActionFooter from 'terra-action-footer/lib/BlockActionFooter';

export default () => (
  <BlockActionFooter>
    FakeLink Action
    <Button text="Button Action" />
  </BlockActionFooter>
);
