From adb045a43a00339a844e247e5834939dea7ccfc7 Mon Sep 17 00:00:00 2001 From: halitbatur Date: Thu, 17 Mar 2022 23:52:50 +0300 Subject: [PATCH] delete things we dont need --- src/App.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.js b/src/App.js index 47769d5..e3fb8c4 100644 --- a/src/App.js +++ b/src/App.js @@ -21,10 +21,6 @@ import i18n from './i18n'; const ROUTES = [ { path: '/', name: 'home', Component: Home }, { path: '/blog', name: 'blog', Component: BlogCard }, - { path: '/inspire', name: 'inspire', Component: InspirePage }, - { path: '/resources', name: 'resource', Component: ResourcePage }, - { path: '/about', name: 'about', Component: About }, - { path: '/contact', name: 'contact', Component: ContactUsPage }, ]; const LocationDisplay = withRouter(({ location }) => (