Skip to content

Commit

Permalink
Merge branch 'master' into feat/code-hightlight-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
juancabrera authored Aug 4, 2017
2 parents 54ea8df + 667cf60 commit 066004f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/app/components/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const pageMap = {
'work/design-build': require('app/components/work-design-build'),
'work/launch-scale': require('app/components/work-launch-scale'),
'work/ways-of-working': require('app/components/work-ways-of-working'),
'work/ustwo-auto': require('app/components/ustwo-auto'),
'blog': require('app/components/blog'),
'blog/post': require('app/components/post'),
'legal': require('app/components/legal'),
Expand Down
9 changes: 0 additions & 9 deletions src/app/flux/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ const routes = {
slug: 'ways-of-working'
}]
},
ustwoAuto: {
id: 'work/ustwo-auto',
patterns: ['/work/ustwo-auto'],
data: () => [{
url: 'ustwo/v1/pages/ustwo-auto',
type: 'page',
slug: 'ustwo-auto'
}]
},
caseStudy: {
id: 'work/case-study',
patterns: ['/work/:cid'],
Expand Down

0 comments on commit 066004f

Please sign in to comment.