import React, { useState } from "react";
import Setup from "./Setup.jsx";
export default function MigrationScreen({ data, onComplete }) {
const [backed, setBacked] = useState(false);
const [goSetup, setGoSetup] = useState(false);
const studioName = data.settings?.name || "Studio";
if (goSetup) {
return