From 25c61240b07da832ec17eda81c4113b64f5548c8 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 1 Jun 2023 19:49:38 +0200 Subject: [PATCH] Created the LogArea index.js --- .../components/ConfigurationArea/components/LogArea/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/components/LogArea/index.js diff --git a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/components/LogArea/index.js b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/components/LogArea/index.js new file mode 100644 index 0000000..32c775c --- /dev/null +++ b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/components/LogArea/index.js @@ -0,0 +1 @@ +export {LogArea as default} from "./LogArea.jsx"; \ No newline at end of file