import Icons from "@/components/ui/icons"; import React from "react"; import { Button, Label, XStack } from "tamagui"; export default function CredentialsSection() { return ( ); }