summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/LaunchError.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/LaunchError.tsx')
-rw-r--r--frontend/src/pages/LaunchError.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/LaunchError.tsx b/frontend/src/pages/LaunchError.tsx
index 80633e926..910b01ccd 100644
--- a/frontend/src/pages/LaunchError.tsx
+++ b/frontend/src/pages/LaunchError.tsx
@@ -1,8 +1,8 @@
+import { Reload } from "@/utilities";
import { faExclamationTriangle } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
-import React, { FunctionComponent } from "react";
+import { FunctionComponent } from "react";
import { Alert, Button, Container } from "react-bootstrap";
-import { Reload } from "utilities";
interface Props {
children: string;