Created the Features.jsx page
This commit is contained in:
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>
|
||||
</>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user