From acaf9f8a6b5e1d9b7187bb2f6e07f4e720b93e09 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:56:35 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/routes/{admin.tsx => admin.index.tsx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/routes/{admin.tsx => admin.index.tsx} (99%) diff --git a/src/routes/admin.tsx b/src/routes/admin.index.tsx similarity index 99% rename from src/routes/admin.tsx rename to src/routes/admin.index.tsx index 8cd957f..df9cdd1 100644 --- a/src/routes/admin.tsx +++ b/src/routes/admin.index.tsx @@ -28,7 +28,7 @@ import { TableRow, } from "@/components/ui/table"; -export const Route = createFileRoute("/admin")({ +export const Route = createFileRoute("/admin/")({ component: AdminPage, });