remove unused styles

This commit is contained in:
DoubleCookies
2022-09-15 08:07:05 +03:00
parent 8827d633a3
commit c97368d8f4

View File

@@ -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(