Skip to content

Commit

Permalink
fix import statement in profile-setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed May 18, 2024
1 parent d27456b commit 5f07dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/profile-setup.js
Original file line number Diff line number Diff line change
@@ -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')) {
Expand Down

0 comments on commit 5f07dc3

Please sign in to comment.