diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-12 02:03:17 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-12 02:03:17 +0900 |
| commit | 9f022ce7e59213284896a07a53bfef232a6e62d3 (patch) | |
| tree | cd60ed380bfd465d8df33973d9ab099f73e466fe /frontend/app/components/ExecStatusIndicatorIcon.tsx | |
| parent | b3d91170662accdd48cdfc42ca2180521b096669 (diff) | |
| download | iosdc-japan-2025-albatross-9f022ce7e59213284896a07a53bfef232a6e62d3.tar.gz iosdc-japan-2025-albatross-9f022ce7e59213284896a07a53bfef232a6e62d3.tar.zst iosdc-japan-2025-albatross-9f022ce7e59213284896a07a53bfef232a6e62d3.zip | |
refactor(frontend): create SubmitStatusLabel component
Diffstat (limited to 'frontend/app/components/ExecStatusIndicatorIcon.tsx')
| -rw-r--r-- | frontend/app/components/ExecStatusIndicatorIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/ExecStatusIndicatorIcon.tsx b/frontend/app/components/ExecStatusIndicatorIcon.tsx index b5c53ec..13343b8 100644 --- a/frontend/app/components/ExecStatusIndicatorIcon.tsx +++ b/frontend/app/components/ExecStatusIndicatorIcon.tsx @@ -5,7 +5,7 @@ import { faRotate, } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; -import { ExecResultStatus } from "../models/ExecResult"; +import type { ExecResultStatus } from "../models/ExecResult"; type Props = { status: ExecResultStatus; |
