2024-09-22 14:33:56 +08:00

8 lines
98 B
TypeScript

import React from 'react';
export default function () {
return (
<h1></h1>
);
}