mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
7 lines
No EOL
114 B
TypeScript
7 lines
No EOL
114 B
TypeScript
|
|
|
|
export function MyReactComponent() {
|
|
return <div>My React Component</div>;
|
|
}
|
|
|
|
export default MyReactComponent; |