feat: add keychains

This commit is contained in:
2024-11-09 18:57:36 +00:00
parent b50abccae0
commit 0a788b05e5
30 changed files with 699 additions and 102 deletions
+1
View File
@@ -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 }}
+3
View File
@@ -0,0 +1,3 @@
import KeychainsPage from "@/pages/keychains/page";
export default KeychainsPage;