Skip to content

Commit df05d3b

Browse files
committed
Merge branch 'AnoukRImola-feature/social-login-sdk-integration' into main
2 parents c41bab0 + 990127a commit df05d3b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

apps/web/src/app/dashboard/tenant-dashboard/page.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ import {
1313
DollarSign,
1414
Download,
1515
Edit3,
16+
Eye,
17+
Filter,
18+
Home,
19+
Info,
1620
LogOut,
21+
MapPin,
22+
MessageSquare,
1723
PieChart,
1824
Settings,
1925
Star,
@@ -22,7 +28,7 @@ import {
2228
} from 'lucide-react';
2329
import Image from 'next/image';
2430
import { useRouter } from 'next/navigation';
25-
import { useState } from 'react';
31+
import { useEffect, useState } from 'react';
2632
import { useAuth } from '~/hooks/auth/use-auth';
2733

2834
interface Booking {

apps/web/src/app/tenant-dashboard/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
'use client';
22
import {
33
AlertCircle,
4+
Bell,
45
Check,
6+
ChevronDown,
57
Home,
68
Loader2,
79
LogOut,
810
RefreshCw,
11+
Search,
912
Settings,
1013
User,
1114
Wallet,

0 commit comments

Comments
 (0)