9 lines
157 B
TypeScript
9 lines
157 B
TypeScript
function Inspection() {
|
||
return (
|
||
<div className="inspection">
|
||
逗你的,什么都没做,哎嘿!
|
||
</div>
|
||
)
|
||
}
|
||
|
||
export default Inspection |