Revert "Bump patch version"
This reverts commit 8f6f1a0fcabfeb423ca8af2f9f6d55ace21e45bb.
This commit is contained in:
@ -5,7 +5,6 @@ import DashboardPage from '../containers/DashboardPage';
|
||||
import CollectionPage from '../containers/CollectionPage';
|
||||
import EntryPage from '../containers/EntryPage';
|
||||
import SearchPage from '../containers/SearchPage';
|
||||
import ConfigurationPage from '../containers/ConfigurationPage';
|
||||
import NotFoundPage from '../containers/NotFoundPage';
|
||||
|
||||
export default (
|
||||
@ -33,10 +32,6 @@ export default (
|
||||
path="/search/:searchTerm"
|
||||
component={SearchPage}
|
||||
/>
|
||||
<Route
|
||||
path="/configuration"
|
||||
component={ConfigurationPage}
|
||||
/>
|
||||
<Route
|
||||
path="*"
|
||||
component={NotFoundPage}
|
||||
|
Reference in New Issue
Block a user