MVP #6.1 #82

Merged
matthieu42morin merged 34 commits from master into deploy/prod 2023-03-31 17:40:26 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a7c6f29e04 - Show all commits

View File

@ -2,7 +2,7 @@ import { databases } from '$lib/appwrite'
import { Query } from 'appwrite'
import database from 'svelte-appwrite-client/src/lib/database'
import { getLocationDataFromLatAndLong } from '../locations'
import { writable } from '$lib/stores/stores'
import { writable } from 'svelte/store'
import { CheckPoint, Experience } from '$lib/TStypes/experiences'
//Loading of checkpoints and rating is done in the same function to prevent multiple requests to the database