wip
This commit is contained in:
parent
13d0b15fd9
commit
9df85d9580
2 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,9 @@ import 'preact/devtools'
|
|||
import { NodeStore } from 'node_store'
|
||||
import { Notes2 } from "/js/{{ .VERSION }}/notes2.mjs"
|
||||
import { API } from 'api'
|
||||
import { Sync } from 'sync'
|
||||
|
||||
window.Sync = Sync
|
||||
|
||||
if (!API.hasAuthenticationToken()) {
|
||||
location.href = '/login'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue