diff --git a/webui/src/states/Root/pages/Share/Share.jsx b/webui/src/states/Root/pages/Share/Share.jsx new file mode 100644 index 0000000..45e9015 --- /dev/null +++ b/webui/src/states/Root/pages/Share/Share.jsx @@ -0,0 +1,10 @@ +import {Typography} from "@mui/material"; +import {t} from "i18next"; + +export const Share = () => { + return ( +
+ {t("coming_soon")} +
+ ) +} \ No newline at end of file