git ssb

2+

mixmix / ticktack



Commit 8943d5337c4f14e8cf7746fafc3943d3ccc3b1f6

oops, hypernav was taken, went with hyper-nav instead

Dominic Tarr committed on 8/16/2017, 4:49:31 AM
Parent: 91f795551bfd401dbec69e1b719569052d05ab3c

Files changed

app/html/app.jschanged
app/html/app.jsView
@@ -2,9 +2,9 @@
22 const values = require('lodash/values')
33 const insertCss = require('insert-css')
44 const openExternal = require('open-external')
55
6-const HyperNav = require('hypernav')
6+const HyperNav = require('hyper-nav')
77 const computed = require('mutant/computed')
88 const h = require('mutant/h')
99
1010 exports.gives = nest({
@@ -52,12 +52,6 @@
5252 'history.sync.push': (location) => nav.push(location),
5353 'history.sync.back': () => nav.back(),
5454 'history.obs.location': () => nav.history,
5555 })
56-
5756 }
5857
59-
60-
61-
62-
63-

Built with git-ssb-web