export type { LocationItem as Location } from '~/hooks/useLocations';
export { useLocations, apiLocationToItem } from '~/hooks/useLocations';
