mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -06:00
11 lines
197 B
JavaScript
11 lines
197 B
JavaScript
|
|
import React from 'react'
|
||
|
|
|
||
|
|
const WelcomePage = () => {
|
||
|
|
return (
|
||
|
|
<div class='center'>
|
||
|
|
<img src = "/WelcomePageImage.webp"/>
|
||
|
|
</div>
|
||
|
|
)
|
||
|
|
}
|
||
|
|
|
||
|
|
export default WelcomePage
|