Cloud sync for all edits in May->June

This commit is contained in:
Frikky
2025-06-17 19:23:15 +02:00
parent 7c15f58617
commit c1c6a9f128
30 changed files with 7290 additions and 1153 deletions
+21
View File
@@ -0,0 +1,21 @@
import { Box, Typography } from '@mui/material'
import React from 'react'
const PartnerApps = () => {
return (
<Box
sx={{
display: "flex",
alignItems: "center",
justifyContent: "center",
width: "100%",
height: "100%",
minHeight: "500px",
}}
>
<Typography>Partner Apps</Typography>
</Box>
)
}
export default PartnerApps