diff --git a/app/src/index.ts b/app/src/index.ts index 6c6cd16f..0207bfbd 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -2,6 +2,8 @@ * Load server and listen * */ +import 'mapbox-gl/dist/mapbox-gl.css'; + import http from 'http'; import app from './server';