2026-01-13 14:49:19 +01:00

6 lines
182 B
TypeScript

export * from './PlatformSyncService'
import { PlatformSyncService } from './PlatformSyncService'
export const platformSyncService: PlatformSyncService = new PlatformSyncService()