From 992236933042771e4b172004f5542766ae15e010 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 31 May 2024 16:56:23 -0600 Subject: [PATCH] fix typo --- app/routes/users+/$username_+/recipients.$recipientId.tsx | 2 +- app/routes/users+/$username_+/recipients.index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/users+/$username_+/recipients.$recipientId.tsx b/app/routes/users+/$username_+/recipients.$recipientId.tsx index a8650ad..0f9c87f 100644 --- a/app/routes/users+/$username_+/recipients.$recipientId.tsx +++ b/app/routes/users+/$username_+/recipients.$recipientId.tsx @@ -26,7 +26,7 @@ import { cn, useDoubleCheck, useIsPending } from '#app/utils/misc.tsx' import { requireUserWithPermission } from '#app/utils/permissions.server.ts' import { redirectWithToast } from '#app/utils/toast.server.ts' import { userHasPermission, useOptionalUser } from '#app/utils/user.ts' -import { type loader as recipientsLoader } from './receipients.tsx' +import { type loader as recipientsLoader } from './recipients.tsx' export async function loader({ params }: LoaderFunctionArgs) { const recipient = await prisma.recipient.findUnique({ diff --git a/app/routes/users+/$username_+/recipients.index.tsx b/app/routes/users+/$username_+/recipients.index.tsx index 85fb350..27bbe57 100644 --- a/app/routes/users+/$username_+/recipients.index.tsx +++ b/app/routes/users+/$username_+/recipients.index.tsx @@ -1,5 +1,5 @@ import { type MetaFunction } from '@remix-run/react' -import { type loader as recipientsLoader } from './receipients.tsx' +import { type loader as recipientsLoader } from './recipients.tsx' export default function RecipientsIndexRoute() { return (