diff --git a/pkgs/clan-app/ui/src/workflows/Install/steps/Initial.tsx b/pkgs/clan-app/ui/src/workflows/Install/steps/Initial.tsx index 7747a8bc8..e6036f94b 100644 --- a/pkgs/clan-app/ui/src/workflows/Install/steps/Initial.tsx +++ b/pkgs/clan-app/ui/src/workflows/Install/steps/Initial.tsx @@ -1,6 +1,5 @@ import { defineSteps, useStepper } from "@/src/hooks/stepper"; import { InstallSteps } from "../install"; -import { Typography } from "@/src/components/Typography/Typography"; import { Button } from "@/src/components/Button/Button"; import { StepLayout } from "../../Steps"; import { NavSection } from "@/src/components/NavSection/NavSection";