8 lines
107 B
TypeScript
8 lines
107 B
TypeScript
export function Reports() {
|
|
return (
|
|
<div>
|
|
No implementado
|
|
</div>
|
|
);
|
|
}
|