Files

10 lines
109 B
TypeScript
Raw Permalink Normal View History

2025-12-01 17:21:38 +08:00
import React from 'react'
const index = () => {
return (
<div>index</div>
)
}
export default index