remove test component

This commit is contained in:
dovholuknf 2023-01-30 14:22:08 -05:00
parent ef2d8a3bd8
commit 481451c16e
No known key found for this signature in database
GPG Key ID: 0EE08251136D3480

View File

@ -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 <p>i did it</p>;
}