I didnt understand what I missed
CodePudding user response:
Change this...
import Col from "react-bootstrap/Row";
...to this.
import Col from "react-bootstrap/Col";
.
I didnt understand what I missed
CodePudding user response:
Change this...
import Col from "react-bootstrap/Row";
...to this.
import Col from "react-bootstrap/Col";
.