Added slider

This commit is contained in:
vjrj 2017-12-04 19:21:25 +01:00
parent ecc3e33ad7
commit 3d86418d22
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import React, {Component} from 'react';
import { Row, Col, Button, Checkbox } from 'react-bootstrap';
import PropTypes from 'prop-types';
import { Meteor } from 'meteor/meteor';
import { Trans, Interpolate, translate } from 'react-i18next';
import { Trans, translate } from 'react-i18next';
import 'leaflet/dist/leaflet.css';
import { Circle, CircleMarker, Map, Marker, Popup, TileLayer, PropTypes as MapPropTypes } from 'react-leaflet'
import ActiveFiresCollection from '../../../api/ActiveFires/ActiveFires';