mirror of https://github.com/keeweb/keeweb
fix eslint
parent
004436e868
commit
ad571c1e27
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue