Mobile terminal
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
import {Terminal} from "@/ui/Mobile/Apps/Terminal/Terminal.tsx";
|
||||
|
||||
export function MobileApp() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Mobile</h1>
|
||||
<div className="h-screen w-screen bg-[#18181b]">
|
||||
<Terminal hostConfig={{
|
||||
ip: "n/a",
|
||||
port: 22,
|
||||
username: "n/a",
|
||||
password: "n/a"
|
||||
}} isVisible={true}/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user