INNER CODE UNIT · JavaScript
AccountPageFooter
cleverbeagle/pup · ui/components/AccountPageFooter/index.js:5
const AccountPageFooter = ({ children }) => (
<Styles.AccountPageFooter>{children}</Styles.AccountPageFooter>
);
AccountPageFooter.propTypes = {
children: PropTypes.node.isRequired,
};
export default AccountPageFooter;