diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-18 01:44:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-18 01:46:02 +0900 |
| commit | 9bd1f89febe6311781aca3e8ee2b6a706a606e3c (patch) | |
| tree | de82ed4ae74c75ba7ddf9e478cb6129177ee4c89 /frontend/app/root.tsx | |
| parent | 3e63c4baf62a9d383a5c62afee9b01684830bba9 (diff) | |
| download | iosdc-japan-2024-albatross-9bd1f89febe6311781aca3e8ee2b6a706a606e3c.tar.gz iosdc-japan-2024-albatross-9bd1f89febe6311781aca3e8ee2b6a706a606e3c.tar.zst iosdc-japan-2024-albatross-9bd1f89febe6311781aca3e8ee2b6a706a606e3c.zip | |
fix(frontend): fix an issue where loading icon does not rotate
Diffstat (limited to 'frontend/app/root.tsx')
| -rw-r--r-- | frontend/app/root.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
