atlp-rwanda/atlp-devpulse-fn

View on GitHub
src/pages/ScheduleInterview.tsx

Summary

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

type Props = {};

const ScheduleInterview = (props: Props) => {
  return <div>ScheduleInterview</div>;
};

export default ScheduleInterview;