index
:
draggable-form-demo
master
draggable-form-demo
[email protected]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pages
/
Users
/
index.js
blob: 1cc20ced077c0c3f3881637448388ccddea15eaf (
plain
)
1
2
3
4
5
6
7
8
export
default
function
Users
()
{
return
(
<>
Users
<
div
>
foo
<
/div>
<
/>
);
}