Skip to content

Commit

Permalink
added revolux oc job desc,
Browse files Browse the repository at this point in the history
switches to hash router
  • Loading branch information
SaliyaBandara committed Oct 24, 2023
1 parent 838c7e1 commit dbdcd5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, {lazy, Suspense} from "react";
import {BrowserRouter as Router, Route, Switch} from "react-router-dom";
// import {BrowserRouter as Router, Route, Switch} from "react-router-dom";
import {Route, Switch} from "react-router-dom";

// import Home from "./components/Landing";
// import EventDetails from "./components/Landing/EventDetails";
Expand Down

0 comments on commit dbdcd5a

Please sign in to comment.