chore: minor dashboard cleanup
This commit is contained in:
@@ -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) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user