1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 14:00:05 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/jsx/issue-3986.jsx

11 lines
136 B
React
Raw Normal View History

export default function Home() {
return (
<>
<div>
<p>This is a test</p>
</div>
<Button/>
</>
)
}