UCR-Solar-Car/solarcar-website

Convert Bootstrap Imports

Closed this issue · 0 comments

Before

import { Col, Row } from "react-bootstrap";

After

import Col  from "react-bootstrap/Col";
import Row from "react-bootstrap/Row";

Justification: Performance benefits, bootstrap also recommends importing it this way