Files
MermsPanelReactJS/src/views/CommentsPage.jsx
victorAnumudu 8d2731cee0 added pages
2024-12-06 18:45:44 +01:00

9 lines
156 B
React

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