8 lines
85 B
TypeScript
8 lines
85 B
TypeScript
export function DocumentPage() {
|
|
return (
|
|
<>
|
|
<h1>Docs</h1>
|
|
</>
|
|
)
|
|
}
|