Skip to content

Commit

Permalink
fix: delete duplicate content (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhui authored and darthtrevino committed Mar 26, 2017
1 parent 8a42cb5 commit 64ccf46
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions site/Constants.js
Expand Up @@ -103,26 +103,6 @@ export const ExamplePages = [{
title: 'Tutorial App'
}
}
}, {
title: 'Dustbin',
pages: {
DUSTBIN_SINGLE_TARGET: {
location: 'examples-dustbin-single-target.html',
title: 'Single Target'
},
DUSTBIN_IFRAME: {
location: 'examples-dustbin-single-target-in-iframe.html',
title: 'Within iframe'
},
DUSTBIN_MULTIPLE_TARGETS: {
location: 'examples-dustbin-multiple-targets.html',
title: 'Multiple Targets'
},
DUSTBIN_STRESS_TEST: {
location: 'examples-dustbin-stress-test.html',
title: 'Stress Test'
}
}
}, {
title: 'Dustbin',
pages: {
Expand Down

0 comments on commit 64ccf46

Please sign in to comment.