fix eslint

pull/1526/head
antelle 2020-05-15 20:36:59 +02:00
parent 004436e868
commit ad571c1e27
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 0 additions and 2 deletions

View File

@ -3,10 +3,8 @@ import kdbxweb from 'kdbxweb';
import { RuntimeInfo } from 'const/runtime-info';
import { Links } from 'const/links';
import { DateFormat } from 'util/formatting/date-format';
import { MdToHtml } from 'util/formatting/md-to-html';
import { StringFormat } from 'util/formatting/string-format';
import { Locale } from 'util/locale';
import { AppSettingsModel } from 'models/app-settings-model';
const Templates = {
db: require('templates/export/db.hbs'),