Skip to content

Commit

Permalink
Update characterCreator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 6, 2024
1 parent 30ea2b2 commit b090425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/characterCreator.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Archivo: characterCreator.js

import { getAuth, onAuthStateChanged } from "https://www.gstatic.com/firebasejs/9.21.0/firebase-auth.js";
import { database } from "./js/firebase-config.js";
import { database } from "./firebase-config.js";
import { ref, update } from "https://www.gstatic.com/firebasejs/9.21.0/firebase-database.js";
import { loadThreeScene } from "./js/three-scene.js";
import { loadThreeScene } from "./three-scene.js";

// Preguntas del cuestionario (7 para cada color)
const questions = [
Expand Down

0 comments on commit b090425

Please sign in to comment.