From 52ef916fcbd2f57cb0007eb886252d79e97d4550 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 22 May 2023 22:11:27 +0200 Subject: [PATCH] Created the IntegrationItem index --- .../IntegrationDialog/components/IntegrationItem/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/common/components/IntegrationDialog/components/IntegrationItem/index.js diff --git a/client/src/common/components/IntegrationDialog/components/IntegrationItem/index.js b/client/src/common/components/IntegrationDialog/components/IntegrationItem/index.js new file mode 100644 index 00000000..9cdd4318 --- /dev/null +++ b/client/src/common/components/IntegrationDialog/components/IntegrationItem/index.js @@ -0,0 +1 @@ +export {IntegrationItem as default} from "./IntegrationItem"; \ No newline at end of file