Commit 8943d5337c4f14e8cf7746fafc3943d3ccc3b1f6
oops, hypernav was taken, went with hyper-nav instead
Dominic Tarr committed on 8/16/2017, 4:49:31 AMParent: 91f795551bfd401dbec69e1b719569052d05ab3c
Files changed
app/html/app.js | changed |
app/html/app.js | ||
---|---|---|
@@ -2,9 +2,9 @@ | ||
2 | 2 | const values = require('lodash/values') |
3 | 3 | const insertCss = require('insert-css') |
4 | 4 | const openExternal = require('open-external') |
5 | 5 | |
6 | -const HyperNav = require('hypernav') | |
6 | +const HyperNav = require('hyper-nav') | |
7 | 7 | const computed = require('mutant/computed') |
8 | 8 | const h = require('mutant/h') |
9 | 9 | |
10 | 10 | exports.gives = nest({ |
@@ -52,12 +52,6 @@ | ||
52 | 52 | 'history.sync.push': (location) => nav.push(location), |
53 | 53 | 'history.sync.back': () => nav.back(), |
54 | 54 | 'history.obs.location': () => nav.history, |
55 | 55 | }) |
56 | - | |
57 | 56 | } |
58 | 57 | |
59 | - | |
60 | - | |
61 | - | |
62 | - | |
63 | - |
Built with git-ssb-web