mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 08:48:05 -06:00
added welcome page + image
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
const WelcomePage = () => {
|
||||
return (
|
||||
<div class='center'>
|
||||
<img src = "/WelcomePageImage.webp"/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default WelcomePage
|
||||
Reference in New Issue
Block a user