aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/router.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/router.jsx')
-rw-r--r--web/src/js/router.jsx10
1 files changed, 0 insertions, 10 deletions
diff --git a/web/src/js/router.jsx b/web/src/js/router.jsx
deleted file mode 100644
index dc3e729b..00000000
--- a/web/src/js/router.jsx
+++ /dev/null
@@ -1,10 +0,0 @@
-/** @jsx React.DOM */
-
-var Router = React.createClass({
- render: function(){
- return <ReactRouter.Routes location="hash">
- <ReactRouter.Route name="certs" path="/" handler={CertInstallView}/>
- <ReactRouter.Route name="other" path="/other" handler={CertInstallView}/>
- </ReactRouter.Routes>;
- }
-});