website cleanup
This commit is contained in:
@@ -16,8 +16,6 @@ import {
|
||||
Activity,
|
||||
Play,
|
||||
Medal,
|
||||
Crown,
|
||||
Heart,
|
||||
UserPlus,
|
||||
} from 'lucide-react';
|
||||
|
||||
@@ -31,9 +29,7 @@ import { FeedItemRow } from '@/components/dashboard/FeedItemRow';
|
||||
|
||||
import { useDashboardOverview } from '@/hooks/useDashboardService';
|
||||
import { getCountryFlag } from '@/lib/utilities/country';
|
||||
import { getGreeting, timeUntil, timeAgo } from '@/lib/utilities/time';
|
||||
|
||||
import { DashboardFeedItemSummaryViewModel } from '@/lib/view-models/DashboardOverviewViewModel';
|
||||
import { getGreeting, timeUntil } from '@/lib/utilities/time';
|
||||
|
||||
export default function DashboardPage() {
|
||||
const { data: dashboardData, isLoading, error } = useDashboardOverview();
|
||||
|
||||
Reference in New Issue
Block a user