mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 06:35:42 +00:00
Removed old files
This commit is contained in:
@@ -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's what's happening today.</p>
|
||||
<p className="text-muted-foreground mt-1">Hello, welcome back! Here's what's happening today.</p>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-4">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Passenger } from '@edr/types';
|
||||
|
||||
// Enhanced Booking Types
|
||||
// Enhanced Booking Types
|
||||
export interface Booking {
|
||||
id: string;
|
||||
bookingRef: string;
|
||||
|
||||
Reference in New Issue
Block a user