import React from "react"; import "./WelcomePage.css"; import "../App.css"; const WelcomePage = () => { return (

Welcome to Ridgebotics Scouting Web Application 2022

{/* */}
); }; export default WelcomePage;