import { StyleSheet, Text, View } from 'react-native'
import React from 'react'

const CommentSection = () => {
  return (
    <View>
      <Text>CommentSection</Text>
    </View>
  )
}

export default CommentSection

const styles = StyleSheet.create({})