diff options
Diffstat (limited to 'frontend/src/components/UploadRunDialog.tsx')
| -rw-r--r-- | frontend/src/components/UploadRunDialog.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/UploadRunDialog.tsx b/frontend/src/components/UploadRunDialog.tsx index d5eabcd..0034019 100644 --- a/frontend/src/components/UploadRunDialog.tsx +++ b/frontend/src/components/UploadRunDialog.tsx | |||
| @@ -2,7 +2,6 @@ import React from "react"; | |||
| 2 | import { UploadRunContent } from "@customTypes/Content"; | 2 | import { UploadRunContent } from "@customTypes/Content"; |
| 3 | import { ScoreboardTempUpdate, SourceDemoParser, NetMessages } from "@nekz/sdp"; | 3 | import { ScoreboardTempUpdate, SourceDemoParser, NetMessages } from "@nekz/sdp"; |
| 4 | 4 | ||
| 5 | import "@css/UploadRunDialog.css"; | ||
| 6 | import { Game } from "@customTypes/Game"; | 5 | import { Game } from "@customTypes/Game"; |
| 7 | import { API } from "@api/Api"; | 6 | import { API } from "@api/Api"; |
| 8 | import { useNavigate } from "react-router-dom"; | 7 | import { useNavigate } from "react-router-dom"; |