diff --git a/dashboard/src/states/Dashboard/pages/Statistic/Statistic.jsx b/dashboard/src/states/Dashboard/pages/Statistic/Statistic.jsx new file mode 100644 index 0000000..f939f28 --- /dev/null +++ b/dashboard/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 ( + + + Coming soon + Statistics are currently not available. + + We are working hard to bring you the best experience possible. Stay tuned! + + + Analytics + + ) +} \ No newline at end of file diff --git a/dashboard/src/states/Dashboard/pages/Statistic/index.js b/dashboard/src/states/Dashboard/pages/Statistic/index.js new file mode 100644 index 0000000..fa31846 --- /dev/null +++ b/dashboard/src/states/Dashboard/pages/Statistic/index.js @@ -0,0 +1 @@ +export {Statistic as default} from "./Statistic.jsx"; \ No newline at end of file