8 lines
76 B
TypeScript
8 lines
76 B
TypeScript
export function Page() {
|
|
return (
|
|
<div>
|
|
<p>MySpace</p>
|
|
</div>
|
|
);
|
|
}
|