From 5f07dc37c799c9e66262bf1b2be6aef652fc756a Mon Sep 17 00:00:00 2001 From: Not-A-Normal-Robot Date: Sat, 18 May 2024 18:12:07 +0700 Subject: [PATCH] fix import statement in profile-setup.js --- js/profile-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/profile-setup.js b/js/profile-setup.js index 64fd67c..a3f552e 100644 --- a/js/profile-setup.js +++ b/js/profile-setup.js @@ -1,4 +1,4 @@ -import { SUPABASE } from "./db"; +import { SUPABASE } from "./db.js"; { // Counter for character count for(const counter of document.getElementsByClassName('char-count')) {