Started fleshing out UI...
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
d29cbaed12
commit
6606d321fe
@ -14,6 +14,7 @@ import Container from '@mui/material/Container';
|
|||||||
import Paper from '@mui/material/Paper';
|
import Paper from '@mui/material/Paper';
|
||||||
import SignIn from "./SignIn.js";
|
import SignIn from "./SignIn.js";
|
||||||
import SignUp from "./SignUp.js";
|
import SignUp from "./SignUp.js";
|
||||||
|
import { borderLeft } from '@mui/system';
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const [ user, setUser ] = useState(null);
|
const [ user, setUser ] = useState(null);
|
||||||
@ -30,7 +31,14 @@ function App() {
|
|||||||
<Paper>Not implemented... yet.</Paper>
|
<Paper>Not implemented... yet.</Paper>
|
||||||
}/>
|
}/>
|
||||||
<Route path="/" element={
|
<Route path="/" element={
|
||||||
<Paper>Coming soon...</Paper>
|
<Paper style={{
|
||||||
|
flexDirection: 'column',
|
||||||
|
display: 'flex'
|
||||||
|
}}>
|
||||||
|
<div style={{ fontWeight: 'bold' }}>Goodtimes</div>
|
||||||
|
<div>The eventual new site for the legacy Beer Tuesday... coming soon...
|
||||||
|
</div>
|
||||||
|
</Paper>
|
||||||
}/>
|
}/>
|
||||||
</Routes>
|
</Routes>
|
||||||
</Container>
|
</Container>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user