import { useState } from "react"; const yourComponent = () => { const [array, setArray] = useState([]); }