import React from "react"; import { useAtom } from "jotai"; import { CurrentRollAtom } from "../Variables"; import { useNavigate } from "react-router-dom"; function RollCard({ roll, index }) { const [currentRoll, setCurrentRoll] = useAtom(CurrentRollAtom); const navigate = useNavigate(); return (
minWidth : {roll?.minWidth}
rLength : {roll?.rLength}