diff --git a/website/src/components/OsDownload/OsDownload.js b/website/src/components/OsDownload/OsDownload.js deleted file mode 100644 index 72e2741f..00000000 --- a/website/src/components/OsDownload/OsDownload.js +++ /dev/null @@ -1,10 +0,0 @@ -import React from "react"; - -function getOs() { - const os = ['Windows', 'Linux', 'Mac']; // add your OS values - return os.find(v=>navigator.appVersion.indexOf(v) >= 0); -} - -export default function OsDownload() { - return

i did it

; -} \ No newline at end of file