From a44959b0e1387db2f2825df2c191890b3f9054ec Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Feb 2023 02:17:05 +0100 Subject: [PATCH] Created the Statistics.jsx page --- client/src/pages/Statistics/Statistics.jsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/src/pages/Statistics/Statistics.jsx diff --git a/client/src/pages/Statistics/Statistics.jsx b/client/src/pages/Statistics/Statistics.jsx new file mode 100644 index 00000000..6a31ad11 --- /dev/null +++ b/client/src/pages/Statistics/Statistics.jsx @@ -0,0 +1,3 @@ +export const Statistics = () => { + +} \ No newline at end of file