reports update

This commit is contained in:
joshikannan
2025-11-14 18:42:26 +05:30
parent b27c27a444
commit 12df2e9dc4
15 changed files with 2159 additions and 633 deletions

View File

@@ -0,0 +1,7 @@
import React from 'react';
const riderLogs = () => {
return <div>riderLogs</div>;
};
export default riderLogs;