chore: minor dashboard cleanup
This commit is contained in:
@@ -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() {
|
||||
</Group>
|
||||
</Card>
|
||||
|
||||
<RadixSample />
|
||||
|
||||
{/* Stats Grid */}
|
||||
<SimpleGrid cols={{ base: 1, sm: 2, md: 4 }} spacing="lg" mb="xl">
|
||||
{statsData.map((stat, index) => (
|
||||
|
||||
Reference in New Issue
Block a user