import { Site } from '../interfaces/site/site'; export const SITES: Site[] = [ { id: "f", name: "El recuerdo", location: { latitude: 7.3734021386687365, length: -72.64797890311478 } }, { id: "f", name: "Deposito", location: { latitude: 7.372737130482743, length: -72.6485850825132 } }, { id: "f", name: "Leoporinos", location: { latitude: 7.373793162733723, length: -72.64887476144403 } } ]