Files
HKSingleParty/03_source/frontend/src/pages/party-event/helloworld.tsx

6 lines
80 B
TypeScript

function Helloworld() {
return <>helloworld</>;
}
export default Helloworld;