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