gwcuva/gwc-website

View on GitHub
src/components/Branding/Footer/Footer.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';

function Footer() {
  return (
    <p>Footer</p>
  );
}

export default Footer;