From 12936699ef390a978507a53455868f04481be467 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 9 Jun 2023 00:03:03 +0200 Subject: [PATCH] Created the ActionCard index.js --- webui/src/pages/Home/components/ActionCard/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 webui/src/pages/Home/components/ActionCard/index.js diff --git a/webui/src/pages/Home/components/ActionCard/index.js b/webui/src/pages/Home/components/ActionCard/index.js new file mode 100644 index 0000000..eaa81f9 --- /dev/null +++ b/webui/src/pages/Home/components/ActionCard/index.js @@ -0,0 +1 @@ +export {ActionCard as default} from "./ActionCard.jsx"; \ No newline at end of file