Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Aug 29, 2024
1 parent 67248b8 commit f93cdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/guest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { util } from './util.js';
import { audio } from './audio.js';
import { theme } from './theme.js';
import { session } from "./session";
import { session } from "./session.js";
import { storage } from './storage.js';
import { confetti } from './confetti.js';

Expand Down

0 comments on commit f93cdb1

Please sign in to comment.