frontend: rename index.html template to app.html

This commit is contained in:
nkanaev
2026-07-12 22:36:16 +01:00
parent 29f6083e0e
commit eb27f21fd2
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import Vue from 'vue/dist/vue.esm.js' import Vue from 'vue/dist/vue.esm.js'
import i18n from './i18n' import i18n from './i18n'
import api from './api' import api from './api'
import template from './templates/index.html' with {type: 'text'} import template from './templates/app.html' with {type: 'text'}
import icons from './icons' import icons from './icons'
import { setupKeybindings } from './key' import { setupKeybindings } from './key'
import { scrollto, debounce, dateRepr } from './utils' import { scrollto, debounce, dateRepr } from './utils'