tachybase_todo/packages/client/src/index.tsx

6 lines
81 B
TypeScript
Raw Normal View History

2021-12-06 21:23:34 +08:00
import React from 'react';
export function Hello() {
return <div>aaa</div>;
}