Skip to content

Commit

Permalink
path...
Browse files Browse the repository at this point in the history
  • Loading branch information
zebrastribe authored Aug 20, 2024
1 parent f0a63f4 commit 6a093c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/app.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import { db, auth, onAuthStateChanged } from './firebase-setup.js';
import { collection, addDoc, serverTimestamp, query, orderBy, limit, getDocs } from "https://www.gstatic.com/firebasejs/10.13.0/firebase-firestore.js";
import { logTokenFromUrl, getToken, isTokenValid, useToken } from './incoming.js';
import { Translation } from './modules/translation/translation.js';
import { Translation } from './js/modules/translation/translation.js';

document.addEventListener('DOMContentLoaded', async () => {
const translation = new Translation();
await translation.loadTranslations();
translation.applyTranslations();
});

let user = null;
let marker;
let currentPage = 1;
Expand Down

0 comments on commit 6a093c8

Please sign in to comment.