import React, { useState, useEffect } from 'react'; import Menu from '../Components/Menu'; function Apply() { return (
apply
) } export default Apply