Cosmetic changes

This commit is contained in:
VakarisZ 2019-04-11 13:08:34 +03:00
parent 1eac9856c4
commit fae8820528
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
__author__ = 'VakarisZ'

View File

@ -0,0 +1 @@
__author__ = 'VakarisZ'

View File

@ -1,5 +1,5 @@
import React from 'react';
import {Button, Col, Row, TabContainer} from 'react-bootstrap';
import {Col} from 'react-bootstrap';
import {ReactiveGraph} from 'components/reactive-graph/ReactiveGraph';
import {edgeGroupToColor, options} from 'components/map/MapOptions';
import AuthComponent from '../AuthComponent';