Fix linter errors

This commit is contained in:
Thomas Nordquist
2019-04-04 10:54:18 +02:00
parent d175195dd5
commit c20c075bcf
19 changed files with 31 additions and 34 deletions

View File

@@ -12,8 +12,8 @@ import {
SettingsState,
TopicOrder,
} from '../reducers/Settings'
import { Base64Message } from '../../../backend/src/Model/Base64Message';
import { globalActions } from '.';
import { Base64Message } from '../../../backend/src/Model/Base64Message'
import { globalActions } from '.'
const settingsIdentifier: StorageIdentifier<Partial<SettingsState>> = {
id: 'Settings',