import React from 'react'; import { Heading, useColorMode, Button, HStack, Avatar, VStack, Text, Box, Center, } from 'native-base'; export const Content = () => { const { toggleColorMode } = useColorMode(); return (
Inbox Ankur Ankur Software Engineer Rehman Rehman Software Engineer Rohit Rohit Software Engineer
); };