mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
eed4edcd1c
commit
1834656f97
1 changed files with 1 additions and 2 deletions
|
|
@ -14,10 +14,9 @@ import { toast } from "sonner";
|
||||||
import { StepWelcome } from "./StepWelcome";
|
import { StepWelcome } from "./StepWelcome";
|
||||||
import { StepCreateBot } from "./StepCreateBot";
|
import { StepCreateBot } from "./StepCreateBot";
|
||||||
import { StepToken, type ValidatedBot } from "./StepToken";
|
import { StepToken, type ValidatedBot } from "./StepToken";
|
||||||
import { StepWaiting } from "./StepWaiting";
|
|
||||||
|
|
||||||
const STORAGE_KEY = "mika-onboarding-last-step";
|
const STORAGE_KEY = "mika-onboarding-last-step";
|
||||||
const TOTAL_STEPS = 4;
|
const TOTAL_STEPS = 3;
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
open: boolean;
|
open: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue