From a9f2b316a9cb75ddfa7132532d03889f4152d58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Mon, 29 Jan 2024 17:56:10 +0900 Subject: [PATCH] =?UTF-8?q?jsts,=20@turf/buffer=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 -- public/index.html | 29 ----------------------------- src/index.js | 2 ++ 3 files changed, 2 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 5125f596..eb69e93d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "@mapbox/mapbox-gl-draw": "1.4.3", "@mapbox/mapbox-gl-language": "1.0.1", "@stomp/stompjs": "^6.1.0", - "@turf/buffer": "^6.5.0", "@turf/turf": "6.5.0", "@types/googlemaps": "^3.43.3", "@types/history": "^4.7.8", @@ -55,7 +54,6 @@ "jquery": "^3.5.1", "js-cookie": "^3.0.0", "jsonwebtoken": "8.5.1", - "jsts": "^2.9.0", "jwt-decode": "^3.1.2", "leaflet": "1.6.0", "mapbox-gl": "^2.15.0", diff --git a/public/index.html b/public/index.html index 2d50c8bd..a0ab5c06 100644 --- a/public/index.html +++ b/public/index.html @@ -8,14 +8,6 @@ content="width=device-width,initial-scale=1.0,maximum-scale=1" /> - - - - - - - - - - 드론교통관리(UTM) 시스템 -
diff --git a/src/index.js b/src/index.js index 59b4510b..8c6abbd9 100644 --- a/src/index.js +++ b/src/index.js @@ -35,6 +35,8 @@ import './@core/assets/fonts/feather/iconfont.css'; import './@core/scss/core.scss'; import './assets/scss/style.scss'; +import './assets/css/custom.css'; + // ** Service Worker import * as serviceWorker from './serviceWorker';