import React from 'react' import {Text, Button, View} from 'react-native' import {useStores} from '../../state' export const NotFound = () => { const stores = useStores() return ( Page not found