We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f19e6a commit 060dadcCopy full SHA for 060dadc
src/components/ProjectsShowcase.tsx
@@ -1,7 +1,7 @@
1
import React, { useState } from "react";
2
import { Carousel, Col, Container, Row } from "react-bootstrap";
3
import ProjectsShowcaseCard from "./ProjectsShowcaseCard";
4
-import 'bootstrap/dist/css/bootstrap.min.css';
+
5
6
function ProjectsShowcase() {
7
// Hover effect styles
0 commit comments