8 lines
98 B
TypeScript
8 lines
98 B
TypeScript
|
|
export default function About() {
|
|
return (
|
|
<h1>
|
|
TBD
|
|
</h1>
|
|
)
|
|
} |