diff --git a/app/routes/calendar/$id/report-winners.tsx b/app/routes/calendar/$id/report-winners.tsx index 460274d35..70f1e98af 100644 --- a/app/routes/calendar/$id/report-winners.tsx +++ b/app/routes/calendar/$id/report-winners.tsx @@ -3,8 +3,7 @@ import { type ActionFunction, type LoaderArgs, json, - redirect, - LinksFunction + redirect } from "@remix-run/node"; import { Form, useLoaderData } from "@remix-run/react"; import { z } from "zod"; @@ -30,11 +29,6 @@ import { FormErrors } from "~/components/FormErrors"; import type { Unpacked } from "~/utils/types"; import { calendarEventPage } from "~/utils/urls"; import { useTranslation } from "react-i18next"; -import styles from "~/styles/calendar-event.css"; - -export const links: LinksFunction = () => { - return [{ rel: "stylesheet", href: styles }]; -}; const playersSchema = z .array(