#
luxiaotao1123
2024-05-14 4f1728a730b2cf93e9e9f8cfade46a0559e34287
src/pages/right/index.jsx
@@ -12,7 +12,7 @@
// import Handles from './components/Handles';
const Right = () => {
  const [isExpanded, setIsExpanded] = useState(false);
  const [isExpanded, setIsExpanded] = useState(true);
  const containerAnimation = useSpring({
    transform: isExpanded ? 'translate(0%)' : 'translateX(100%)',