Created the Features.jsx page

This commit is contained in:
2023-07-09 17:55:02 +02:00
parent 3dc188351b
commit 01e32ba413

View 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>
</>
)
}