feat(smartcar): Added get vehicle location integration

This commit is contained in:
Faruk AYDIN
2023-09-19 15:10:46 +02:00
parent b2dba22674
commit 2f0125e871
13 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import getVehicleLocation from './get-vehicle-location';
export default [getVehicleLocation];