diff --git a/app/routes/events-team.tsx b/app/routes/events-team.tsx index 8a79205..1c6d16a 100644 --- a/app/routes/events-team.tsx +++ b/app/routes/events-team.tsx @@ -28,14 +28,8 @@ import { } from "@chakra-ui/react"; import { useLoaderData } from "@remix-run/react"; import { useState } from "react"; -import calendarStyles from "react-big-calendar/lib/css/react-big-calendar.css"; -import { type LinksFunction } from "@remix-run/cloudflare"; import { EtMember } from "../../generated/prisma/client.js"; -export const links: LinksFunction = () => { - return [{ href: calendarStyles, rel: "stylesheet" }]; -}; - export async function loader({ context }: { context: RequestContext }) { if (!context.data.current_user) throw new Response(null, {