import React from 'react'; import {Image} from 'react-native'; import { ComingSoonWrapper, ComingSoonTitle, ComingSoonSubTitle, } from '@styles/screens/notifications'; const ActivityLogs = () => ( Track your wallet activity. Coming soon! ); export default ActivityLogs;