mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Deleted some unnecessary comments
This commit is contained in:
@@ -8,12 +8,12 @@ import { useParams, useRouter } from 'next/navigation'
|
||||
import { WorkflowCanvas } from './components/workflow-canvas/workflow-canvas'
|
||||
|
||||
export default function Workflow() {
|
||||
// Get URL parameters and routing functionality
|
||||
// Track if initial data loading is complete
|
||||
const [isInitialized, setIsInitialized] = useState(false)
|
||||
|
||||
const params = useParams()
|
||||
const router = useRouter()
|
||||
const { workflows, setActiveWorkflow, addWorkflow } = useWorkflowRegistry()
|
||||
// Track if initial data loading is complete
|
||||
const [isInitialized, setIsInitialized] = useState(false)
|
||||
|
||||
// Load saved workflows from localStorage on component mount
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user