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/root.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/app/root.tsx') diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index 7924ce7..c05020c 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -1,4 +1,5 @@ import { config } from "@fortawesome/fontawesome-svg-core"; +import "@fortawesome/fontawesome-svg-core/styles.css"; import type { LinksFunction } from "@remix-run/node"; import { Links, -- cgit v1.2.3-70-g09d2