current location map ui implemented
This commit is contained in:
committed by
GitHub
parent
85fbb0a364
commit
dcb9ff3bee
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { Ride } from "@/types/type";
|
||||
import type { Ride } from "@/types/type";
|
||||
|
||||
export const sortRides = (rides: Ride[]): Ride[] => {
|
||||
const result = rides.sort((a, b) => {
|
||||
|
||||
Reference in New Issue
Block a user