From 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 14 Aug 2025 14:01:01 -0500 Subject: Switched to tailwind/vite --- frontend/src/pages/Rules.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontend/src/pages/Rules.tsx') diff --git a/frontend/src/pages/Rules.tsx b/frontend/src/pages/Rules.tsx index 91027a0..7cdc08b 100644 --- a/frontend/src/pages/Rules.tsx +++ b/frontend/src/pages/Rules.tsx @@ -2,8 +2,6 @@ import React from "react"; import ReactMarkdown from "react-markdown"; import { Helmet } from "react-helmet"; -import "@css/Rules.css"; - const Rules: React.FC = () => { const [rulesText, setRulesText] = React.useState(""); @@ -27,7 +25,7 @@ const Rules: React.FC = () => { }, []); return ( -
+
LPHUB | Rules -- cgit v1.2.3