feat: 优化完成

This commit is contained in:
许永平
2025-07-03 17:11:07 +08:00
parent 32bd56d502
commit 2ee6e3f24c
7 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import { useRouter } from "next/navigation"
import { BasicSettings } from "./components/basic-settings"
import { TargetSelection } from "./components/target-selection"
import { Card, CardContent } from "@/components/ui/card"
import { Steps, Step } from "@/components/ui/steps"
import { Steps, Step } from "@/app/components/ui/steps"
import { useToast } from "@/components/ui/use-toast"
export default function CreateAnalyzerPage() {