There was an error while loading. Please reload this page.
2 parents c41bab0 + 990127a commit df05d3bCopy full SHA for df05d3b
2 files changed
apps/web/src/app/dashboard/tenant-dashboard/page.tsx
@@ -13,7 +13,13 @@ import {
13
DollarSign,
14
Download,
15
Edit3,
16
+ Eye,
17
+ Filter,
18
+ Home,
19
+ Info,
20
LogOut,
21
+ MapPin,
22
+ MessageSquare,
23
PieChart,
24
Settings,
25
Star,
@@ -22,7 +28,7 @@ import {
28
} from 'lucide-react';
29
import Image from 'next/image';
30
import { useRouter } from 'next/navigation';
-import { useState } from 'react';
31
+import { useEffect, useState } from 'react';
26
32
import { useAuth } from '~/hooks/auth/use-auth';
27
33
34
interface Booking {
apps/web/src/app/tenant-dashboard/page.tsx
@@ -1,11 +1,14 @@
1
'use client';
2
import {
3
AlertCircle,
4
+ Bell,
5
Check,
6
+ ChevronDown,
7
Home,
8
Loader2,
9
10
RefreshCw,
11
+ Search,
12
User,
Wallet,
0 commit comments