From c97368d8f42416469568334a2c0178606ed72bca Mon Sep 17 00:00:00 2001 From: DoubleCookies <12849336+DoubleCookies@users.noreply.github.com> Date: Thu, 15 Sep 2022 08:07:05 +0300 Subject: [PATCH] remove unused styles --- app/routes/calendar/$id/report-winners.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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(