gwcuva/gwc-website

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

Summary

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

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

export default Typography;