diff --git a/src/App.tsx b/src/App.tsx index 8aab53f..d207d95 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,7 @@ import { useWizard } from './store/context'; import { WizardProvider } from './store/context'; +import { ThemeToggle } from './components/ui/ThemeToggle'; import { StepIndicator } from './components/wizard/StepIndicator'; import { BackendSelectionStep } from './components/wizard/BackendSelectionStep'; import { RemoteConfigStep } from './components/wizard/RemoteConfigStep'; @@ -26,9 +27,12 @@ function WizardShell() { const CurrentStep = steps[stepIndex]; return ( -