10 lines
109 B
TypeScript
Raw Permalink Normal View History

2023-05-15 08:51:32 +08:00
import React from 'react'
2025-04-14 11:27:14 +08:00
const index = () => {
2023-05-15 08:51:32 +08:00
return (
<div>index</div>
)
}
export default index