Skip to content

Commit

Permalink
Fixing codeclimate issue
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Kelvin <[email protected]>
  • Loading branch information
pedrokelvin committed Nov 14, 2017
1 parent 8b1841f commit cc9582b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import UserProfile from '@/components/Users/UserProfile';
import EditUserProfile from '@/components/Users/EditUserProfile';
import DeleteUserProfile from '@/components/Users/DeleteUserProfile';
import NotFound from '@/components/NotFound';
import Retrospective from '@/components/Retrospective/Retrospective'
import Retrospective from '@/components/Retrospective/Retrospective';
import Revision from '@/components/Revision/Revision';
import Gpa from '@/components/Gpa';
import Issues from '@/components/Issues/Issues';
Expand Down

0 comments on commit cc9582b

Please sign in to comment.