6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
import React from 'react';
|
|
|
|
export function Hello() {
|
|
return <div>aaa</div>;
|
|
}
|