diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-18 01:46:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-18 01:46:36 +0900 |
| commit | ed796dddde6db433c88b04a1ad154bf88a24faa4 (patch) | |
| tree | de82ed4ae74c75ba7ddf9e478cb6129177ee4c89 /frontend/app/root.tsx | |
| parent | 7653eb2b28911a0479b3b673c9b63fd490aedb6b (diff) | |
| parent | 9bd1f89febe6311781aca3e8ee2b6a706a606e3c (diff) | |
| download | iosdc-japan-2024-albatross-ed796dddde6db433c88b04a1ad154bf88a24faa4.tar.gz iosdc-japan-2024-albatross-ed796dddde6db433c88b04a1ad154bf88a24faa4.tar.zst iosdc-japan-2024-albatross-ed796dddde6db433c88b04a1ad154bf88a24faa4.zip | |
Merge branch 'feat/watch-page'
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, |
