pay-admin/src/pages/index.tsx
2025-06-27 16:42:11 +08:00

4 lines
63 B
TypeScript

export default function index() {
return <div>index</div>;
}