pesto-students/batch-11-relayer

View on GitHub
client/src/components/Profile/ManageProfile.js

Summary

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

const ManageProfile = () => <h1>ManageProfile</h1>;

export default ManageProfile;