feat: 本次提交更新内容如下
场景获客列表搞定
This commit is contained in:
@@ -162,4 +162,3 @@ export function BasicSettings({ formData, updateFormData, onNext }: BasicSetting
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -394,4 +394,3 @@ export function TargetSelection({ formData, updateFormData, onSubmit, onBack }:
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -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 "@/app/components/ui/steps"
|
||||
import { Steps, Step } from "@/components/ui/steps"
|
||||
import { useToast } from "@/components/ui/use-toast"
|
||||
|
||||
export default function CreateAnalyzerPage() {
|
||||
@@ -100,4 +100,3 @@ export default function CreateAnalyzerPage() {
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user