feat: add wizard step components

This commit is contained in:
2026-04-26 10:22:56 -05:00
parent f89c7c3969
commit db677fa9bf
6 changed files with 741 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export { HardwareStep } from "./hardware-step"
export { PerformanceStep, type PerformanceData } from "./performance-step"
export { SettingsStep } from "./settings-step"
export { EnvironmentStep, type EnvironmentData } from "./environment-step"
export { ReviewStep, type ReviewData } from "./review-step"