Skip to content

Commit 060dadc

Browse files
author
Palash Patel
committed
small bug fix
1 parent 8f19e6a commit 060dadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectsShowcase.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from "react";
22
import { Carousel, Col, Container, Row } from "react-bootstrap";
33
import ProjectsShowcaseCard from "./ProjectsShowcaseCard";
4-
import 'bootstrap/dist/css/bootstrap.min.css';
4+
55

66
function ProjectsShowcase() {
77
// Hover effect styles

0 commit comments

Comments
 (0)