11 lines
160 B
TypeScript
11 lines
160 B
TypeScript
|
|
export default function Page() {
|
|
return (
|
|
<section className='containerSection'>
|
|
<h2 className='title'> MENSAJES </h2>
|
|
|
|
</section>
|
|
|
|
);
|
|
}
|
|
//IO
|