Skip to content

Commit

Permalink
Removed useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
macrigiuseppe committed Nov 26, 2018
1 parent c3b3cda commit 0e96134
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/demo-app/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

import React, {Component} from 'react';
import styled, {ThemeProvider} from 'styled-components';
import React, { Component } from 'react';
import styled from 'styled-components';
import window from 'global/window';
import {connect} from 'react-redux';
import KeplerGlSchema from 'kepler.gl/schemas';
import {themeLT as theme} from 'kepler.gl/styles';
import Banner from './components/banner';
import Announcement from './components/announcement';
import {replaceLoadDataModal} from './factories/load-data-modal';
Expand Down

0 comments on commit 0e96134

Please sign in to comment.