mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -06:00
12 lines
298 B
JavaScript
12 lines
298 B
JavaScript
import React from 'react'
|
|
import "./WelcomePage.css";
|
|
const WelcomePage = () => {
|
|
return (
|
|
<div class='center'>
|
|
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
|
|
<img src = "/WelcomePageImage.webp"/>
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default WelcomePage |