Skip to content

Commit

Permalink
De-clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
joeblas committed Nov 18, 2017
1 parent 5d8ea60 commit c9602a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
97 changes: 0 additions & 97 deletions imports/ui/components/DocumentEditor/DocumentEditor.js

This file was deleted.

1 change: 0 additions & 1 deletion imports/ui/layouts/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const App = props => (
<Route name="verify-email" path="/verify-email/:token" component={VerifyEmail} />
<Route name="recover-password" path="/recover-password" component={RecoverPassword} />
<Route name="reset-password" path="/reset-password/:token" component={ResetPassword} />
<Route name="examplePage" path="/example-page" component={ExamplePage} />
<Route component={NotFound} />
</Switch>
</Grid>
Expand Down

0 comments on commit c9602a3

Please sign in to comment.