From 12700b630186f8760e45510bc65be201b9b79f02 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 1 Aug 2023 22:34:48 +0200 Subject: [PATCH] Created the Key index.js --- .../pages/Info/components/Settings/components/Key/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/states/Dashboard/pages/Info/components/Settings/components/Key/index.js diff --git a/src/states/Dashboard/pages/Info/components/Settings/components/Key/index.js b/src/states/Dashboard/pages/Info/components/Settings/components/Key/index.js new file mode 100644 index 0000000..2e8a4c8 --- /dev/null +++ b/src/states/Dashboard/pages/Info/components/Settings/components/Key/index.js @@ -0,0 +1 @@ +export {Key as default} from "./Key.jsx"; \ No newline at end of file