Homepage css rebase

This commit is contained in:
Priyatham-sai-chand 2020-12-11 21:35:18 +05:30
parent e1a2ccfb1c
commit b62fdbf23d
1 changed files with 13 additions and 0 deletions

View File

@ -3,6 +3,19 @@ import '../homepage.css';
import 'bootstrap/dist/css/bootstrap.min.css';
import NavBar from './NavBar';
import { useHistory } from "react-router-dom";
import {
Container,
Row,
Col,
Button,
Carousel,
} from "react-bootstrap";
const ITag = styled.i`
`;
export default function HomePage(){