Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions apps/web/src/app/dashboard/host-dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import BookingHistory from '@/components/dashboard/BookingHistory';
import NotificationSystem from '@/components/dashboard/NotificationSystem';
import ProfileManagement from '@/components/dashboard/ProfileManagement';
import PropertyManagement from '@/components/dashboard/PropertyManagement';
import { Breadcrumb } from '@/components/ui/breadcrumb';
import RoleGuard from '@/hooks/auth/RoleGuard';
import { RoleGuard } from '@/components/guards/RoleGuard';
import { useRealTimeNotifications } from '@/hooks/useRealTimeUpdates';
import { Calendar, DollarSign, Settings, User, Wallet } from 'lucide-react';
import Image from 'next/image';
Expand Down
3 changes: 1 addition & 2 deletions apps/web/src/app/dashboard/tenant-dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import BookingHistory from '@/components/dashboard/BookingHistory';
import NotificationSystem from '@/components/dashboard/NotificationSystem';
import ProfileManagement from '@/components/dashboard/ProfileManagement';
import { Breadcrumb } from '@/components/ui/breadcrumb';
import RoleGuard from '@/hooks/auth/RoleGuard';
import { RoleGuard } from '@/components/guards/RoleGuard';
import {
BarChart3,
Calendar,
Expand Down
Loading