Whatsapp service updates
This commit is contained in:
parent
e22a8e8d98
commit
3da103c010
16 changed files with 151 additions and 36 deletions
|
|
@ -1,5 +1,10 @@
|
|||
import { FC } from "react";
|
||||
import { Box } from "@mui/material";
|
||||
|
||||
export const Home: FC = () => {
|
||||
return <h1>Home</h1>;
|
||||
return (
|
||||
<Box sx={{ p: 3, fontSize: 30, fontWeight: "bold", textAlign: "center" }}>
|
||||
Overview
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue