I got the same issue. I solved by added the main imports first
import {useState} from 'react'
import ('./App.css')
like this!