I'm learning ReactJS and I am trying to import a .jsx file . into another .jsx file.
I have added this to import a file:
import Users from "./Users";
But I am getting a SyntaxError Unexpected identifier
error, can anyone point me in the right direction?