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