Created the Features.jsx page
This commit is contained in:
parent
3dc188351b
commit
01e32ba413
9
src/pages/Features/Features.jsx
Normal file
9
src/pages/Features/Features.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
import {Typography} from "@mui/material";
|
||||
|
||||
export const Features = () => {
|
||||
return (
|
||||
<>
|
||||
<Typography variant="h2" textAlign="center" fontWeight={600} sx={{mt: 5}}>bald verfügbar</Typography>
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user