mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
remove test component
This commit is contained in:
parent
ef2d8a3bd8
commit
481451c16e
@ -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>;
|
||||
}
|
Loading…
Reference in New Issue
Block a user