From e15d3f08ee57771b6ce86140b31225dc65db362f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 2 Aug 2023 15:02:27 +0200 Subject: [PATCH] Created the Statistic.jsx page --- .../Dashboard/pages/Statistic/Statistic.jsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/states/Dashboard/pages/Statistic/Statistic.jsx diff --git a/src/states/Dashboard/pages/Statistic/Statistic.jsx b/src/states/Dashboard/pages/Statistic/Statistic.jsx new file mode 100644 index 0000000..3ebe0ef --- /dev/null +++ b/src/states/Dashboard/pages/Statistic/Statistic.jsx @@ -0,0 +1,18 @@ +import {Stack, Typography} from "@mui/material"; +import Analytics from "@/common/assets/images/error/analytics.svg"; + +export const Statistic = () => { + return ( + + + Bald verfügbar + Statistiken sind in unserer Beta-Version noch nicht verfügbar. + + Wir arbeiten mit Hochdruck an der Fertigstellung dieser Funktion. + + + Analytics + + ) +} \ No newline at end of file