mirror of
https://github.com/khairul169/vaulterm.git
synced 2026-09-15 17:03:30 +07:00
feat: add keychains
This commit is contained in:
@@ -16,6 +16,7 @@ export default function Layout() {
|
||||
}}
|
||||
>
|
||||
<Drawer.Screen name="hosts" options={{ title: "Hosts" }} />
|
||||
<Drawer.Screen name="keychains" options={{ title: "Keychains" }} />
|
||||
<Drawer.Screen
|
||||
name="terminal"
|
||||
options={{ title: "Terminal", headerShown: media.sm }}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
import KeychainsPage from "@/pages/keychains/page";
|
||||
|
||||
export default KeychainsPage;
|
||||
Reference in New Issue
Block a user