deleted geolocation.js

This commit is contained in:
muerwre 2019-02-21 14:43:25 +07:00
parent ca9f6627c4
commit a3f7fd9b46

View file

@ -1,5 +0,0 @@
export const getUserLocation = callback => {
if (!navigator || !navigator.geolocation) return;
navigator.geolocation.getCurrentPosition(callback);
};