mirror of
https://github.com/github/semantic.git
synced 2025-01-09 00:56:32 +03:00
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
|
function Something() {
|
||
|
return <div>
|
||
|
<Foo>hello</Foo>
|
||
|
</div>;
|
||
|
}
|