Auto fix broken rules

This commit is contained in:
Pavel Dohnal
2019-01-23 09:47:58 +01:00
parent 0b062cef09
commit e694438033
62 changed files with 516 additions and 325 deletions

View File

@@ -1,6 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { HashRouter, Route, Redirect, Switch } from 'react-router-dom';
import {
HashRouter, Route, Redirect, Switch,
} from 'react-router-dom';
import KnowledgeBase from 'help/knowledge_base.jsx';
import SystemInfo from 'help/system_info.jsx';