mirror of
https://github.com/nkanaev/yarr.git
synced 2026-07-15 11:06:31 +00:00
frontend: rename index.html template to app.html
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue/dist/vue.esm.js'
|
||||
import i18n from './i18n'
|
||||
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 { setupKeybindings } from './key'
|
||||
import { scrollto, debounce, dateRepr } from './utils'
|
||||
|
||||
Reference in New Issue
Block a user