Remove that

This commit is contained in:
Joonas 2023-11-13 13:31:14 +02:00
parent daeb2d6889
commit 71abdb52d5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export async function loader() {
export default function UsersIndex() {
const data: UserWithRelations[] = useLoaderData<LoaderFunction>();
console.log(data);
return (
<>
<Title>Users</Title>