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

11 lines
136 B
JavaScript

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