import React from 'react';

const GlobalFooter = ({ children }) => <footer>{children}</footer>;

export default GlobalFooter;
