diff --git a/pkgs/clan-app/ui/src/workflows/Install/steps/installSteps.tsx b/pkgs/clan-app/ui/src/workflows/Install/steps/installSteps.tsx
index 1f94c759c..2a5b78f1b 100644
--- a/pkgs/clan-app/ui/src/workflows/Install/steps/installSteps.tsx
+++ b/pkgs/clan-app/ui/src/workflows/Install/steps/installSteps.tsx
@@ -17,6 +17,8 @@ import { Divider } from "@/src/components/Divider/Divider";
import { Orienter } from "@/src/components/Form/Orienter";
import { Button } from "@/src/components/Button/Button";
import { Select } from "@/src/components/Select/Select";
+import { LoadingBar } from "@/src/components/LoadingBar/LoadingBar";
+import Icon from "@/src/components/Icon/Icon";
export const InstallHeader = (props: { machineName: string }) => {
return (
@@ -103,10 +105,10 @@ const CheckHardware = () => {