Created the Features.jsx page

This commit is contained in:
Mathias Wagner 2023-07-09 17:55:02 +02:00
parent 3dc188351b
commit 01e32ba413
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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