From cd06c21c941bda71f8d7150e675c5eca268609e4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 00:55:23 +0100 Subject: [PATCH] Created the Share.jsx page --- webui/src/states/Root/pages/Share/Share.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 webui/src/states/Root/pages/Share/Share.jsx 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