7 lines
75 B
TypeScript
7 lines
75 B
TypeScript
function Test() {
|
|
return (
|
|
<div>Test</div>
|
|
)
|
|
}
|
|
|
|
export default Test |