Skip to content

Commit

Permalink
[FIX]: Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAayush committed Oct 26, 2022
1 parent 459a2f2 commit 5601471
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const App = () => {
return (
<div className="main">
<Routes>
<Route path="/course" element={<Course />} />
<Route exact path="/course" element={<Course />} />
<Route exact path="/" element={<HomePage/>} />
</Routes>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/pages/HomePage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import React from 'react'
import Navbar from '../components/navbar/Navbar.js'
import Header from '../components/Header.js'
Expand Down

0 comments on commit 5601471

Please sign in to comment.