mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 14:46:10 -05:00
remove unused styles
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user