Skip to content

Commit

Permalink
solved build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshsonawane1372 committed Aug 31, 2023
1 parent 666e203 commit 656bb71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Events.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Container, Row } from 'react-bootstrap';
import { Container} from 'react-bootstrap';
import underconst from "../assets/undraw_under_construction_-46-pa.svg"

class Events extends Component {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Faculty.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React, { Component } from 'react';
import { Container, Row, Col } from "react-bootstrap";
import myImg from "../assets/cordimg.jpeg";
import Card from "react-bootstrap/Card";
import { motion } from "framer-motion"
import Image from 'react-bootstrap/Image';
import { motion } from "framer-motion";



const fadeInAnimationvarient = {
Expand Down
3 changes: 1 addition & 2 deletions src/components/Home2.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { Component } from "react";
import { Container, Row, Col } from "react-bootstrap";
// import myImg from "../../Assets/myImg.png";
import { Container, Row} from "react-bootstrap";
import Card from "react-bootstrap/Card";
import About from "./About";
import Faculty from "./Faculty";
Expand Down
2 changes: 1 addition & 1 deletion src/components/Join.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Container, Row, Col } from "react-bootstrap";
import { Container, Row} from "react-bootstrap";
import Card from "react-bootstrap/Card";


Expand Down

0 comments on commit 656bb71

Please sign in to comment.