wip
This commit is contained in:
parent
ac8b334eee
commit
04c101982f
6 changed files with 98 additions and 39 deletions
|
|
@ -1,9 +1,11 @@
|
|||
{{ define "page" }}
|
||||
<div style="margin: 32px">
|
||||
<h1>Sync</h1>
|
||||
|
||||
<script type="module">
|
||||
import { NodeStore } from 'node_store'
|
||||
import { Sync } from 'sync'
|
||||
window.Sync = Sync
|
||||
window.nodeStore = new NodeStore()
|
||||
window.nodeStore.initializeDB().then(()=>{
|
||||
Sync.tree()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue