import React, { useState } from 'react'; function Example() { const [count, setCount] = useState(0); }