From 9bd1f89febe6311781aca3e8ee2b6a706a606e3c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 18 Aug 2024 01:44:10 +0900 Subject: fix(frontend): fix an issue where loading icon does not rotate --- frontend/app/routes/_index.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/app/routes/_index.tsx') diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index 24fff9f..baa3909 100644 --- a/frontend/app/routes/_index.tsx +++ b/frontend/app/routes/_index.tsx @@ -1,5 +1,4 @@ import type { LoaderFunctionArgs, MetaFunction } from "@remix-run/node"; -import "@fortawesome/fontawesome-svg-core/styles.css"; import { ensureUserNotLoggedIn } from "../.server/auth"; import BorderedContainer from "../components/BorderedContainer"; import NavigateLink from "../components/NavigateLink"; -- cgit v1.2.3-70-g09d2