mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
11 lines
136 B
React
11 lines
136 B
React
|
|
export default function Home() {
|
||
|
|
return (
|
||
|
|
<>
|
||
|
|
<div>
|
||
|
|
<p>This is a test</p>
|
||
|
|
</div>
|
||
|
|
<Button/>
|
||
|
|
</>
|
||
|
|
)
|
||
|
|
}
|