import React from 'react';
import BlockActionFooter from 'terra-action-footer/lib/BlockActionFooter';
import ExampleTemplate from '../../common/ExampleTemplate';

export default () => (
  <ExampleTemplate>
    <BlockActionFooter>
      <a href="/#/site/action-footer/block">A link</a>
    </BlockActionFooter>
  </ExampleTemplate>
);
