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