Issue #2 Pagina de canciones
This commit is contained in:
10
src/components/Comments.jsx
Normal file
10
src/components/Comments.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
|
||||
export const Comments = (props) => {
|
||||
return (
|
||||
<div>
|
||||
<h3>Comentarios</h3>
|
||||
<p>No aun :3</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user