mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -06:00
added welcome page + image
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
.center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
}
|
||||
@@ -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