5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
import getVehicleLocation from './get-vehicle-location';
|
|
import getEvBatteryLevel from './get-ev-battery-level';
|
|
|
|
export default [getVehicleLocation, getEvBatteryLevel];
|