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