From 5b61b395ce533aee9de2f199031a1e17ca12b63e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 22 Feb 2023 19:24:26 +0100 Subject: [PATCH] Created the OverviewChart index --- client/src/pages/Statistics/charts/OverviewChart/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/Statistics/charts/OverviewChart/index.js diff --git a/client/src/pages/Statistics/charts/OverviewChart/index.js b/client/src/pages/Statistics/charts/OverviewChart/index.js new file mode 100644 index 00000000..562b8ee6 --- /dev/null +++ b/client/src/pages/Statistics/charts/OverviewChart/index.js @@ -0,0 +1 @@ +export {OverviewChart as default} from "./OverviewChart"; \ No newline at end of file