Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
ThunderHubWeb
/
4367e46811418aa4c48df8e4eb267d6802204597
/
.
/
src
/
pages
/
Tool
/
Build
/
index.tsx
blob: 647d729850572d6b248d70d6f178091fe5d7dae5 [
file
] [
log
] [
blame
]
import
React
from
"react"
;
const
testIndex
:
React
.
FC
=
()=>{
return
(
<div>
111
</
div
>
);
}
export
default
testIndex
;