import { View, Text } from "react-native"; import { Link } from "expo-router"; import { useTheme } from "../components/theme"; export default function NotFound() { const theme = useTheme(); return ( Страницата не е пронајдена Страницата што ја барате не постои. Назад кон почетна ); }