mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
migrate services.js to ts
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
getTomTomMapAPIKey,
|
||||
getTianDiTuMapAPIKey
|
||||
} from '@/lib/server_settings.ts';
|
||||
import services from '@/lib/services.js';
|
||||
import services from '@/lib/services.ts';
|
||||
|
||||
export class LeafletMapProvider implements MapProvider {
|
||||
public static Leaflet: unknown = null;
|
||||
|
||||
Reference in New Issue
Block a user