Add mapbox css directly

This commit is contained in:
Alireza Adli 2023-10-05 17:04:45 -04:00
parent dec12d19cd
commit 0586af694a

View File

@ -2,6 +2,8 @@
* Load server and listen * Load server and listen
* *
*/ */
import 'mapbox-gl/dist/mapbox-gl.css';
import http from 'http'; import http from 'http';
import app from './server'; import app from './server';