Add ride detail pages

This commit is contained in:
gpt-engineer-app[bot]
2025-09-20 00:59:50 +00:00
parent 90bb0216b7
commit 3a4b52ec18
9 changed files with 1247 additions and 29 deletions

View File

@@ -102,6 +102,8 @@ export interface Profile {
park_count: number;
review_count: number;
reputation_score: number;
created_at: string;
updated_at: string;
}
export interface Review {