Dulce-Work-Schedule/2018.1-Dulce_App

View on GitHub
src/Routes/ProfileSchedule.js

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';
import ProfileScheduleNavigation from '../Navigators/ProfileScheduleNavigation';

class ProfileSchedule extends React.Component {

  render() {
    return (
      <ProfileScheduleNavigation />
    );
  }
}

export default ProfileSchedule;