Skip to content

Commit

Permalink
Merge pull request #95 from adityasimant/main
Browse files Browse the repository at this point in the history
Correction for workflow
  • Loading branch information
adityasimant authored Sep 5, 2023
2 parents 617654f + be87c20 commit 54df1ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
HashRouter as Router,
Route,
Routes,
Navigate
} from "react-router-dom";
import Events from './components/Events';
import CoreTeam from './components/CoreTeam';
Expand Down
1 change: 0 additions & 1 deletion src/components/Error.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
} from "react-icons/ai";
import errorimg from "../assets/page_not_found.svg"
import Button from "react-bootstrap/Button";
import Home from './Home';


class Error extends Component {
Expand Down
Empty file removed src/logo.svg
Empty file.

0 comments on commit 54df1ac

Please sign in to comment.