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