Skip to content

Commit

Permalink
no more no match
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkan1 committed Dec 10, 2023
1 parent 2ff21c6 commit 2726380
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Privacy from './pages/Privacy';
import Resume from './pages/Resume';
import About from './pages/About';
import Work from './pages/Work';
import { NoMatch } from './pages/NoMatch';
import styled from 'styled-components';
import './css/App.css';
import './css/hover-min.css';
Expand Down Expand Up @@ -65,7 +64,6 @@ class App extends Component {
)}
</Route>
<Route path="/privacy" component={Privacy} />
<Route path="/:any" component={NoMatch} />
</Container>
</Jumbo>
</Router>
Expand Down

0 comments on commit 2726380

Please sign in to comment.