If you see the following import in a file, what is being used for state management in the component?
import React, {useState} from 'react';
If you see the following import in a file, what is being used for state management in the component?
import React, {useState} from 'react';