This commit is contained in:
Magnus Åhall 2024-12-03 22:08:45 +01:00
parent 04c101982f
commit 13d0b15fd9
15 changed files with 507 additions and 1246 deletions

View file

@ -10,7 +10,7 @@ import 'preact/debug'
import 'preact/devtools'
{{- end }}
import { NodeStore } from 'node_store'
import { Notes2 } from "/js/{{ .VERSION }}/app.mjs"
import { Notes2 } from "/js/{{ .VERSION }}/notes2.mjs"
import { API } from 'api'
if (!API.hasAuthenticationToken()) {