File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2424 < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/assets/images/favicons/favicon-16x16.png ">
2525 < link rel ="shortcut icon " href ="/favicon.ico ">
2626
27- < link rel ="stylesheet " href ="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css "
28- integrity ="sha512-07I2e+7D8p6he1SIM+1twR5TIrhUQn9+I6yjqD53JQjFiMf8EtC93ty0/5vJTZGF8aAocvHYNEDJajGdNx1IsQ== "
29- crossorigin =""/>
30- < link
31- href ="https://unpkg.com/mapillary-js@4.1.2/dist/mapillary.css "
32- rel ="stylesheet "
33- />
34-
3527 < title > MapRoulette</ title >
3628 </ head >
3729 < body >
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ import {
2323} from "./services/User/User" ;
2424import "./theme.scss" ;
2525import "./styles/index.css" ;
26+ import "leaflet/dist/leaflet.css" ;
27+ import "mapillary-js/dist/mapillary.css" ;
2628import "leaflet.markercluster/dist/MarkerCluster.css" ;
2729import "leaflet.markercluster/dist/MarkerCluster.Default.css" ;
2830
You can’t perform that action at this time.
0 commit comments