Created the Share.jsx page
This commit is contained in:
parent
9e91b80285
commit
cd06c21c94
10
webui/src/states/Root/pages/Share/Share.jsx
Normal file
10
webui/src/states/Root/pages/Share/Share.jsx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import {Typography} from "@mui/material";
|
||||||
|
import {t} from "i18next";
|
||||||
|
|
||||||
|
export const Share = () => {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<Typography>{t("coming_soon")}</Typography>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
Reference in New Issue
Block a user