Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-25 13:18:11 +00:00
parent eed4edcd1c
commit 1834656f97

View file

@ -14,10 +14,9 @@ import { toast } from "sonner";
import { StepWelcome } from "./StepWelcome";
import { StepCreateBot } from "./StepCreateBot";
import { StepToken, type ValidatedBot } from "./StepToken";
import { StepWaiting } from "./StepWaiting";
const STORAGE_KEY = "mika-onboarding-last-step";
const TOTAL_STEPS = 4;
const TOTAL_STEPS = 3;
interface Props {
open: boolean;