Skip to content

Commit

Permalink
Updating example to match new ts port - fixing css
Browse files Browse the repository at this point in the history
  • Loading branch information
slutske22 committed Apr 23, 2021
1 parent e2a785f commit cb5f23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import 'leaflet/dist/leaflet.css';
import 'esri-leaflet-geocoder/dist/esri-leaflet-geocoder.css';

const rootElement = document.getElementById('root');
Expand Down

0 comments on commit cb5f23f

Please sign in to comment.