5 lines
77 B
TypeScript
Raw Normal View History

2024-11-01 12:50:19 +01:00
export function Table() {
return(
<div>I am a table</div>
)
}