import React from 'react' import Comments from '../component/comments/Comments' export default function CommentsPage() { return ( ) }