From c71f1bf63dc243e8a4afbbae9fe5e1bfa4ccf2b6 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 10 Sep 2023 16:08:37 +0200 Subject: [PATCH] Created the Licenses index.js --- src/states/Dashboard/pages/Licenses/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/states/Dashboard/pages/Licenses/index.js diff --git a/src/states/Dashboard/pages/Licenses/index.js b/src/states/Dashboard/pages/Licenses/index.js new file mode 100644 index 0000000..e9cb64d --- /dev/null +++ b/src/states/Dashboard/pages/Licenses/index.js @@ -0,0 +1 @@ +export {Licenses as default} from "./Licenses.jsx"; \ No newline at end of file