chore: minor dashboard cleanup

This commit is contained in:
bipproduction
2026-02-09 17:24:11 +08:00
parent 9cc133161c
commit 4496094edd

View File

@@ -1,3 +1,4 @@
import { authClient } from "@/utils/auth-client";
import { import {
Avatar, Avatar,
Badge, Badge,
@@ -22,9 +23,7 @@ import {
} from "@tabler/icons-react"; } from "@tabler/icons-react";
import { createFileRoute, useNavigate } from "@tanstack/react-router"; import { createFileRoute, useNavigate } from "@tanstack/react-router";
import { useSnapshot } from "valtio"; import { useSnapshot } from "valtio";
import { authClient } from "@/utils/auth-client";
import { authStore } from "../../store/auth"; import { authStore } from "../../store/auth";
import { RadixSample } from "@/components/RadixSample";
export const Route = createFileRoute("/dashboard/")({ export const Route = createFileRoute("/dashboard/")({
component: DashboardComponent, component: DashboardComponent,
@@ -105,8 +104,6 @@ function DashboardComponent() {
</Group> </Group>
</Card> </Card>
<RadixSample />
{/* Stats Grid */} {/* Stats Grid */}
<SimpleGrid cols={{ base: 1, sm: 2, md: 4 }} spacing="lg" mb="xl"> <SimpleGrid cols={{ base: 1, sm: 2, md: 4 }} spacing="lg" mb="xl">
{statsData.map((stat, index) => ( {statsData.map((stat, index) => (