Removed old files

This commit is contained in:
Stephanos A
2026-06-02 20:36:01 +03:00
parent e69b63d088
commit 3e27933c71
13 changed files with 2 additions and 377 deletions

View File

@@ -49,7 +49,7 @@ export default function DashboardPage() {
<div className="space-y-6">
<div>
<h1 className="text-3xl font-bold text-foreground">Dashboard</h1>
<p className="text-muted-foreground mt-1">Welcome back! Here&apos;s what&apos;s happening today.</p>
<p className="text-muted-foreground mt-1">Hello, welcome back! Here&apos;s what&apos;s happening today.</p>
</div>
<div className="grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-4">

View File

@@ -1,6 +1,6 @@
import { Passenger } from '@edr/types';
// Enhanced Booking Types
// Enhanced Booking Types
export interface Booking {
id: string;
bookingRef: string;