Skip to content

Commit

Permalink
Refactor file paths and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
evanalif113 committed Oct 31, 2024
1 parent aadbe3f commit 9bbed63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
.vscode/
firebase-debug.log
node_modules/
public/script/fireconfig.js
Dashboard-Pusdatin-Klimatologi.code-workspace
.github/workflows/firebase-hosting-merge.yml
.github/workflows/firebase-hosting-pull-request.yml
.env

public/script/config.js
2 changes: 1 addition & 1 deletion public/script/chart.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// chart.js
import app from './fireconfig.js'; // Impor app dari fireconfig.js
import app from './config.js'; // Impor app dari fireconfig.js
import { getDatabase, ref, query, orderByKey, limitToLast, get } from "https://www.gstatic.com/firebasejs/10.14.1/firebase-database.js";

// Inisialisasi Realtime Database
Expand Down

0 comments on commit 9bbed63

Please sign in to comment.