mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
migrate services.js to ts
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import type { MapProvider, MapInstance, MapInstanceInitOptions, MapPosition } from './base.ts';
|
||||
|
||||
import { asyncLoadAssets } from '@/lib/misc.ts';
|
||||
import services from '@/lib/services.js';
|
||||
import services from '@/lib/services.ts';
|
||||
|
||||
export class GoogleMapProvider implements MapProvider {
|
||||
public static GoogleMap: unknown = null;
|
||||
|
||||
Reference in New Issue
Block a user