diff --git a/cli/src/components/Setup.tsx b/cli/src/components/Setup.tsx index 3715d7e55..8420b7578 100644 --- a/cli/src/components/Setup.tsx +++ b/cli/src/components/Setup.tsx @@ -3,7 +3,6 @@ import { Box, Newline, Text } from "ink"; import { useConfig } from "../cli"; import deploy, { Stage, Update } from "../util/helpers/deploy"; import { Config } from "../types"; -import Spinner from "ink-spinner"; const Setup = () => { const { config } = useConfig(); @@ -35,11 +34,6 @@ const Setup = () => { return ( - {!finished && !error && ( - - - - )}{" "} setting up{" "} {config.core ? ( monitor core