Remove verbose

This commit is contained in:
Alireza Adli 2023-10-19 15:20:13 -04:00
parent f4938c04e3
commit 42f75e6b17
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
/* global mapboxgl */
import React, { useEffect } from 'react'; import React, { useEffect } from 'react';
import mapboxgl from 'mapbox-gl'; import mapboxgl from 'mapbox-gl';

View File

@ -127,8 +127,6 @@ function renderHTML(context, data, req, res) {
font-style: normal; font-style: normal;
} }
</style> </style>
<link href="https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.css" rel="stylesheet" />
<script src="https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.js"></script>
${ ${
assets.client.css assets.client.css
? `<link rel="stylesheet" href="${assets.client.css}">` ? `<link rel="stylesheet" href="${assets.client.css}">`