Make moving copy and paste workflow with white background
Loading preview...
import { Component } from "@/components/ui/workflow"; const DemoOne = () => { return <Component />; }; export { DemoOne };