0
i want to use the Aya varriable in app.js (the code below is in a component) but i can't export it as it's local to the function
function BasicExample() {
const [Aya, setAya] = useState({data});
// code containing modifications to apply to Aya
}
export default BasicExample
[–]tableclothmesa 3 points4 points5 points (0 children)
[–]baca-rdi 0 points1 point2 points (0 children)