From 4496094edd45f185fa4f9a388c9af7e448d06d18 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Mon, 9 Feb 2026 17:24:11 +0800 Subject: [PATCH] chore: minor dashboard cleanup --- src/routes/dashboard/index.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/routes/dashboard/index.tsx b/src/routes/dashboard/index.tsx index 3507514..3ca5616 100644 --- a/src/routes/dashboard/index.tsx +++ b/src/routes/dashboard/index.tsx @@ -1,3 +1,4 @@ +import { authClient } from "@/utils/auth-client"; import { Avatar, Badge, @@ -22,9 +23,7 @@ import { } from "@tabler/icons-react"; import { createFileRoute, useNavigate } from "@tanstack/react-router"; import { useSnapshot } from "valtio"; -import { authClient } from "@/utils/auth-client"; import { authStore } from "../../store/auth"; -import { RadixSample } from "@/components/RadixSample"; export const Route = createFileRoute("/dashboard/")({ component: DashboardComponent, @@ -105,8 +104,6 @@ function DashboardComponent() { - - {/* Stats Grid */} {statsData.map((stat, index) => (