From 8549744e0beab3443728644db8dfe81c6c81f856 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Feb 2023 02:17:10 +0100 Subject: [PATCH] Created the Statistics index.js --- client/src/pages/Statistics/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/Statistics/index.js diff --git a/client/src/pages/Statistics/index.js b/client/src/pages/Statistics/index.js new file mode 100644 index 00000000..33d668d3 --- /dev/null +++ b/client/src/pages/Statistics/index.js @@ -0,0 +1 @@ +export {Statistics as default} from "./Statistics"; \ No newline at end of file