diff --git a/app/routes/users._index.tsx b/app/routes/users._index.tsx index 13f2b0e..8c7e1b1 100644 --- a/app/routes/users._index.tsx +++ b/app/routes/users._index.tsx @@ -12,7 +12,7 @@ export async function loader() { export default function UsersIndex() { const data: UserWithRelations[] = useLoaderData(); - console.log(data); + return ( <> Users