import React from "react"; import { View, Text } from "react-native"; import { Link } from "expo-router"; import { BellIcon, LucidePersonStanding, QrCode } from "lucide-react-native"; import { ROUTES } from "~/lib/routes"; function ScanProf() { return ( ); } export default ScanProf;